From d30e0898c2174f3bc9e8649feeca3b0516a7ae3f Mon Sep 17 00:00:00 2001 From: qzp <1748141997@qq.com> Date: Wed, 15 Nov 2023 11:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=BF=9C=E7=A8=8B=E4=BB=93?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 275 +++++++++++++----------------- src/App.vue | 10 +- src/layout/components/AppMain.vue | 1 - src/views/login.vue | 2 +- vite.config.js | 2 +- 5 files changed, 128 insertions(+), 162 deletions(-) diff --git a/index.html b/index.html index 179579b..4557bdb 100644 --- a/index.html +++ b/index.html @@ -11,202 +11,169 @@
-
-
-
-
-
正在加载系统资源,请耐心等待
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+ 玩命加载中…… +
diff --git a/src/App.vue b/src/App.vue index fd2b3d5..9532929 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,13 +3,13 @@ diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 8d3a136..ab5490c 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -14,7 +14,6 @@ diff --git a/src/views/login.vue b/src/views/login.vue index cadd789..7858c32 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -93,7 +93,7 @@ const codeUrl = ref(""); const loading = ref(false); // 验证码开关 const captchaEnabled = ref(true); -// 注册开关 +// 注册开关 const register = ref(false); const redirect = ref(undefined); diff --git a/vite.config.js b/vite.config.js index 0567692..57188f5 100644 --- a/vite.config.js +++ b/vite.config.js @@ -31,7 +31,7 @@ export default defineConfig(({ mode, command }) => { proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { - target: 'http://localhost:8080', + target: 'http://120.78.220.29:8888', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '') }