修改生产系统配置环境

This commit is contained in:
纪寒 2022-10-14 15:47:20 +08:00
parent 4e829a5acd
commit 05259e9c65
2 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ ENV = 'production'
# 智慧幼儿体质评估与促进系统/生产环境
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'https://kindergarten.xinelu.cn/'
VUE_APP_BASE_API = 'https://kindergarten.xinelu.cn'

View File

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