diff --git a/psdc-ui/.env.development b/psdc-ui/.env.development index d31074a..976ca41 100644 --- a/psdc-ui/.env.development +++ b/psdc-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 电能替代分布式控制试验平台 +VITE_APP_TITLE = 密钥管理 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/psdc-ui/.env.production b/psdc-ui/.env.production index a8804a6..6153611 100644 --- a/psdc-ui/.env.production +++ b/psdc-ui/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 电能替代分布式控制试验平台 +VITE_APP_TITLE = 密钥管理 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/psdc-ui/.env.staging b/psdc-ui/.env.staging index 1083b43..86fdb4a 100644 --- a/psdc-ui/.env.staging +++ b/psdc-ui/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 电能替代分布式控制试验平台 +VITE_APP_TITLE = 密钥管理 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/psdc-ui/src/main.js b/psdc-ui/src/main.js index a393ce0..9ec00d8 100644 --- a/psdc-ui/src/main.js +++ b/psdc-ui/src/main.js @@ -6,7 +6,7 @@ import ElementPlus from 'element-plus' import locale from 'element-plus/lib/locale/lang/zh-cn' // 中文语言 import '@/assets/styles/index.scss' // global css -import 'lib-flexible/flexible.js' +// import 'lib-flexible/flexible.js' import App from './App' import store from './store' import router from './router'