From db905ecd14f63dba9337b4f4715584ef2d7e8c7e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 07 三月 2025 14:45:00 +0800 Subject: [PATCH] 修改 --- .env.development | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index f54a4b0..9819f85 100644 --- a/.env.development +++ b/.env.development @@ -1,18 +1,22 @@ # 页面标题 -VUE_APP_TITLE = 安全生产考试管理 +VUE_APP_TITLE = 管理面板 # 开发环境配置 ENV = 'development' # 若依管理系统/开发环境 -#黄镇 -#VUE_APP_BASE_API = 'http://192.168.0.47:8085/api' +#新线上 +#VUE_APP_BASE_API = 'http://117.190.86.66:8581/api' -#张凤 +#董 +VUE_APP_BASE_API = 'http://192.168.2.24:8085/api' + +#贺 #VUE_APP_BASE_API = 'http://192.168.2.11:8085/api' + #线上 -VUE_APP_BASE_API = 'http://106.15.95.149:8086/api' +#VUE_APP_BASE_API = 'http://106.15.95.149:8086/api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true -- Gitblit v1.9.2