更新代码

This commit is contained in:
guaishoudemao
2021-02-06 16:42:26 +08:00
parent f376e4302b
commit a0f56c53fe
80 changed files with 3056 additions and 2156 deletions

View File

@@ -1,8 +1,6 @@
NODE_ENV = production
# just a flag
ENV = 'staging'
ENV = 'production'
# base api
VUE_APP_BASE_API = '/stage-api'
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'https://api.beta.java.crmeb.net'