修改Dev配置环境信息

This commit is contained in:
纪寒 2022-10-18 09:06:18 +08:00
parent 40ebd304a3
commit d695d11368
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
ENV = 'development'
# 智慧幼儿体质评估与促进系统/开发环境
VUE_APP_BASE_API = 'https://kindergarten.xinelu.cn'
VUE_APP_BASE_API = 'http://192.168.16.64:8090'
#'/dev-api'
# 路由懒加载

View File

@ -1,3 +1,3 @@
var baseurl = "https://kindergarten.xinelu.cn";
var baseurl = "http://192.168.16.64:8090";
export default baseurl
export default baseurl