mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 12:08:33 +08:00
更新代码
This commit is contained in:
@@ -3,8 +3,8 @@ ENV = 'development'
|
|||||||
|
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/dev-api'
|
# VUE_APP_BASE_API = '/dev-api'
|
||||||
# VUE_APP_BASE_API = 'https://api.beta.java.crmeb.net'
|
# VUE_APP_BASE_API = 'http://127.0.0.1:8080'
|
||||||
VUE_APP_BASE_API = 'https://api.beta.java.crmeb.net'
|
VUE_APP_BASE_API = 'http://127.0.0.1:8080'
|
||||||
|
|
||||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ ENV = 'production'
|
|||||||
|
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/prod-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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user