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/, '') }