修改项目的打包脚本

This commit is contained in:
YunaiV
2021-02-20 09:31:00 +08:00
parent 32be92c6f3
commit d29e9808e3
2 changed files with 7 additions and 34 deletions

View File

@ -4,4 +4,4 @@ NODE_ENV = production
ENV = 'staging'
# 芋道管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
VUE_APP_BASE_API = 'http://api.ruoyi-vue-pro.iocoder.cn/stage-api'