fix: 修复jar包不存在报错问题。修改plansys 本地配置文件

This commit is contained in:
byang
2020-08-20 11:20:28 +08:00
parent d596d5bb8e
commit 46b2e7ce06
6 changed files with 305 additions and 5 deletions

View File

@ -2,4 +2,4 @@
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://118.89.79.116/plan-prod-api'