From 84f7c6e8219b373aaecff0db6826b33f661ce1cb Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 05 三月 2024 13:53:47 +0800 Subject: [PATCH] 修改跳转 --- .env.development | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index cdae439..9cad27f 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 特种作业考核系统 +VUE_APP_TITLE = 安全生产考试管理 # 开发环境配置 ENV = 'development' @@ -9,10 +9,10 @@ #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.0.70:8085/api' #线上 -#VUE_APP_BASE_API = 'http://121.239.169.30:8086/api' +VUE_APP_BASE_API = 'http://121.239.169.30:8086/api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true -- Gitblit v1.9.2