|
|
@@ -6,8 +6,10 @@ ENV = 'development'
|
|
|
# VUE_APP_BASE_API = 'http://kpttest.kptyun.com/'
|
|
|
|
|
|
# 白少后台本地
|
|
|
-VUE_APP_BASE_API = 'http://192.168.1.79:8081/'
|
|
|
+#VUE_APP_BASE_API = 'http://192.168.1.79:8081/'
|
|
|
|
|
|
+线上
|
|
|
+VUE_APP_BASE_API = 'http://127.0.0.1:8081/'
|
|
|
|
|
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
|
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
|
|
@@ -17,4 +19,4 @@ VUE_APP_BASE_API = 'http://192.168.1.79:8081/'
|
|
|
# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
|
|
|
|
|
|
|
|
|
-VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
+VUE_CLI_BABEL_TRANSPILE_MODULES = true
|