From c3bb35b20d6e076f73a1cad50fd6b9b94ca399a7 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 06 一月 2025 16:15:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- .env.development | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 6d6134a..53843f1 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 特种作业考核系统 +VUE_APP_TITLE = 安全生产考试管理 # 开发环境配置 ENV = 'development' @@ -8,11 +8,15 @@ #黄镇 #VUE_APP_BASE_API = 'http://192.168.0.47:8085/api' -#张凤 -@VUE_APP_BASE_API = 'http://192.168.0.70:8085/api' +#董 +VUE_APP_BASE_API = 'http://192.168.2.24:8085/api' + +#孔 +#VUE_APP_BASE_API = 'http://192.168.2.15:8085/api' + #线上 -VUE_APP_BASE_API = 'http://121.239.169.30:8086/api' +#VUE_APP_BASE_API = 'http://106.15.95.149:8086/api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true -- Gitblit v1.9.2