|
@@ -3,9 +3,9 @@ ENV = 'development'
|
|
|
|
|
|
# base api
|
|
|
# VUE_APP_BASE_API = '/dev-api'
|
|
|
-VUE_APP_BASE_API = 'http://39.105.58.247:20800'
|
|
|
+#VUE_APP_BASE_API = 'http://39.105.58.247:20800'
|
|
|
#VUE_APP_BASE_API = 'http://127.0.0.1:20800'
|
|
|
-
|
|
|
+VUE_APP_BASE_API = 'https://hncsyy.com.cn'
|
|
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
|
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
|
|
# It only does one thing by converting all import() to require().
|