瀏覽代碼

Update login title in Login.vue component

zq940222 3 月之前
父節點
當前提交
9ae4645ee4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
   }
 });