From aff4ce9ab81be8709efe4ebf1bc0383872aea205 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期六, 07 十月 2023 17:04:56 +0800 Subject: [PATCH] 对接接口 --- .env.development | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 95581f3..07da133 100644 --- a/.env.development +++ b/.env.development @@ -6,9 +6,10 @@ # 若依管理系统/开发环境 #黄镇 -VUE_APP_BASE_API = 'http://192.168.0.41:8085' +#VUE_APP_BASE_API = 'http://192.168.0.47:8085' + #张凤 -#VUE_APP_BASE_API = 'http://192.168.0.70:8085' +VUE_APP_BASE_API = 'http://192.168.0.70:8085' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true -- Gitblit v1.9.2