tangning 8 月之前
父節點
當前提交
578982f4c4
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .env
  2. 1 1
      src/store/modules/app.ts

+ 2 - 2
.env

@@ -2,7 +2,7 @@
 VITE_PORT = 3100
 
 # spa-title
-VITE_GLOB_APP_TITLE = Unified Data Platform
+VITE_GLOB_APP_TITLE = Multi-Space Platform
 
 # spa shortname
-VITE_GLOB_APP_SHORT_NAME = Unified Data Platform
+VITE_GLOB_APP_SHORT_NAME = Multi-Space Platform

+ 1 - 1
src/store/modules/app.ts

@@ -36,7 +36,7 @@ export const useAppStore = defineStore({
     pageLoading: false,
     projectConfig: Persistent.getLocal(PROJ_CFG_KEY),
     beforeMiniInfo: {},
-    title: 'Unified Data Platform',
+    title: 'Multi-Space Platform',
     // description: '',
   }),
   getters: {