Browse Source

Update login title in Login.vue component

zq940222 3 months ago
parent
commit
9ae4645ee4
1 changed files with 1 additions and 1 deletions
  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
   }
 });