|
@@ -3,8 +3,8 @@ ENV = 'development'
|
|
|
|
|
|
# base api
|
|
|
# VUE_APP_BASE_API = '/dev-api'
|
|
|
- VUE_APP_BASE_API = 'http://192.168.1.22:8108'
|
|
|
-#VUE_APP_BASE_API = 'http://127.0.0.1:8108'
|
|
|
+VUE_APP_BASE_API = 'http://192.168.1.22:9104'
|
|
|
+# VUE_APP_BASE_API = 'http://127.0.0.1:9104'
|
|
|
|
|
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
|
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|