新增模型测试3个页面

master
jiminglei 1 year ago
parent e8492176ae
commit ca830dda2c
  1. 2
      psdc-ui/.env.development
  2. 2
      psdc-ui/.env.production
  3. 2
      psdc-ui/.env.staging
  4. 2
      psdc-ui/src/main.js

@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 电能替代分布式控制试验平台
VITE_APP_TITLE = 密钥管理
# 开发环境配置
VITE_APP_ENV = 'development'

@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 电能替代分布式控制试验平台
VITE_APP_TITLE = 密钥管理
# 生产环境配置
VITE_APP_ENV = 'production'

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

Loading…
Cancel
Save