From 8d6b6b8f322e83c82c24e1128d34f6106e6021c7 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 26 九月 2023 16:17:06 +0800 Subject: [PATCH] 新增接口 --- .env.development | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 302ecd1..eba997d 100644 --- a/.env.development +++ b/.env.development @@ -1,11 +1,12 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 特种作业考核系统 # 开发环境配置 ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_API = 'http://192.168.0.41:8085' +#VUE_APP_BASE_API = 'http://192.168.0.70:8085' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true -- Gitblit v1.9.2