diff --git a/.env.development b/.env.development index e3c30dc..856c72f 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = xxx管理系统 +VITE_APP_TITLE = 1管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 9c994e3..6c29bd6 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = xxx管理系统 +VITE_APP_TITLE = 2xxx管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/.env.staging b/.env.staging index 7d967fa..412c0af 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = xxx管理系统 +VITE_APP_TITLE = 3管理系统 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/index.html b/index.html index 051e5db..5b48975 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - xxx管理系统 + 中国科学院