更新代码

This commit is contained in:
guaishoudemao
2021-02-06 17:06:25 +08:00
parent a0f56c53fe
commit 909cdac1c5
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ ENV = 'development'
# base api
# VUE_APP_BASE_API = '/dev-api'
# VUE_APP_BASE_API = 'https://api.beta.java.crmeb.net'
VUE_APP_BASE_API = 'https://api.beta.java.crmeb.net'
# VUE_APP_BASE_API = 'http://127.0.0.1:8080'
VUE_APP_BASE_API = 'http://127.0.0.1:8080'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.

View File

@@ -3,5 +3,5 @@ ENV = 'production'
# base api
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'https://api.java.crmeb.net'
VUE_APP_BASE_API = 'http://127.0.0.1:8080'