Explorar el Código

Update login title in Login.vue component

zq940222 hace 3 meses
padre
commit
9ae4645ee4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system/loginmini/Login.vue

+ 1 - 1
src/views/system/loginmini/Login.vue

@@ -113,7 +113,7 @@ const title = computed(() => {
   if (domain.includes('sohoeb2b')) {
     return '苏豪通'; // Use the imported image for this domain
   } else {
-    return 'Adweb V3'; // Use the imported image for other domains
+    return 'AdWeb'; // Use the imported image for other domains
   }
 });