This commit is contained in:
gtz
2023-11-17 08:46:35 +08:00
parent bc3959412d
commit 88615a52a4
6 changed files with 66 additions and 24 deletions

View File

@@ -12,7 +12,10 @@ ENV = 'production'
VUE_APP_TITLE = MES系统
# 芋道管理系统/生产环境
VUE_APP_BASE_API = 'http://192.168.0.33:48082'
VUE_APP_BASE_API = '/prod-api'
# 积木报表指向地址
VUE_APP_JIMU_API = 'http://192.168.0.33:48082'
# 根据服务器或域名修改