From c93de85e4d672921b7cf24c0f624dfc6b5aff33c Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Thu, 12 Dec 2024 18:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 52 +++++++++++++++++++++++------------------------ vue.config.js | 4 ++-- 2 files changed, 28 insertions(+), 28 deletions(-) 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,