@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 电能替代分布式控制试验平台
VITE_APP_TITLE = 密钥管理
# 开发环境配置
VITE_APP_ENV = 'development'
# 生产环境配置
VITE_APP_ENV = 'production'
VITE_APP_ENV = 'staging'
@ -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'