diff --git a/public/index.html b/public/index.html index ed0f034..8b29e3f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,20 +1,20 @@ - - - - - - - <%= webpackConfig.name %> - - - - - - - - - - -
-
-
-
-
-
正在加载系统资源,请耐心等待
-
-
- + + +
+
+
+
+
+
正在加载系统资源,请耐心等待
+
+
+ diff --git a/vue.config.js b/vue.config.js index 86c7b57..7020cb3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,8 +35,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.0.50:8100`, - // target: `http://192.168.0.14:8100`, + // target: `http://192.168.0.50:8100`, + target: `http://192.168.0.14:8100`, // target: `http://192.168.0.14:8001`, // target: `http://192.168.2.146:8100`, changeOrigin: true,