diff --git a/smart-flow-web/.env.development b/smart-flow-web/.env.development index 7d47642..8954256 100644 --- a/smart-flow-web/.env.development +++ b/smart-flow-web/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VITE_APP_TITLE='地市民意中心系统(Dev)' +VITE_APP_TITLE='xx市民意感知系统(Dev)' VITE_APP_API_URL='http://127.0.0.1:1024' # 客户端id VITE_APP_CLIENT_ID = 'e5cd7e4891bf95d1d19206ce24a7b32e' \ No newline at end of file diff --git a/smart-flow-web/.env.localhost b/smart-flow-web/.env.localhost index 27f26d9..074582c 100644 --- a/smart-flow-web/.env.localhost +++ b/smart-flow-web/.env.localhost @@ -1,3 +1,3 @@ NODE_ENV=development -VITE_APP_TITLE='地市民意中心系统(Local)' +VITE_APP_TITLE='xx市民意感知系统(Local)' VITE_APP_API_URL='http://127.0.0.1:1024' diff --git a/smart-flow-web/.env.pre b/smart-flow-web/.env.pre index 17061c8..13e8933 100644 --- a/smart-flow-web/.env.pre +++ b/smart-flow-web/.env.pre @@ -1,3 +1,3 @@ NODE_ENV=production -VITE_APP_TITLE='地市民意中心系统预发布环境(Pre)' +VITE_APP_TITLE='xx市民意感知系统预发布环境(Pre)' VITE_APP_API_URL='https://preview.smartadmin.vip/smart-admin-api' \ No newline at end of file diff --git a/smart-flow-web/.env.production b/smart-flow-web/.env.production index 69212fd..d08f67c 100644 --- a/smart-flow-web/.env.production +++ b/smart-flow-web/.env.production @@ -1,3 +1,3 @@ NODE_ENV=production -VITE_APP_TITLE='地市民意中心系统' +VITE_APP_TITLE='xx市民意感知系统' VITE_APP_API_URL='https://preview.smartadmin.vip/smart-admin-api' \ No newline at end of file diff --git a/smart-flow-web/.env.test b/smart-flow-web/.env.test index 3ebfb4b..ea73468 100644 --- a/smart-flow-web/.env.test +++ b/smart-flow-web/.env.test @@ -1,3 +1,3 @@ NODE_ENV=production -VITE_APP_TITLE='地市民意中心系统测试环境(Test)' +VITE_APP_TITLE='xx市民意感知系统测试环境(Test)' VITE_APP_API_URL='http://127.0.0.1:1024' diff --git a/smart-flow-web/src/config/app-config.js b/smart-flow-web/src/config/app-config.js index 2679280..7c3b079 100644 --- a/smart-flow-web/src/config/app-config.js +++ b/smart-flow-web/src/config/app-config.js @@ -41,7 +41,7 @@ export const appDefaultConfig = { // 水印 watermarkFlag: true, // 网站名称(侧栏、浏览器标题等;侧栏内自动换行完整展示) - websiteName: '地市民意中心系统', + websiteName: 'xx市民意感知系统', // 主题颜色 primaryColor: '#1677ff', // 紧凑