From c00342ae0994c1300d5d3535c3fad3e47911ff85 Mon Sep 17 00:00:00 2001
From: WUSIJIAN <13825895+wsj0228@user.noreply.gitee.com>
Date: Thu, 4 Dec 2025 16:48:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E7=99=BB?=
=?UTF-8?q?=E5=BD=95=E8=B4=A6=E6=88=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/request.ts | 1 +
src/views/login/component/account.vue | 354 ++++++++++++--------------
2 files changed, 167 insertions(+), 188 deletions(-)
diff --git a/src/utils/request.ts b/src/utils/request.ts
index 98375b3..246e1dd 100644
--- a/src/utils/request.ts
+++ b/src/utils/request.ts
@@ -21,6 +21,7 @@ const service: AxiosInstance = axios.create({
// 配置新建第二个 axios 实例(新功能服务)
const newService: AxiosInstance = axios.create({
baseURL: 'http://192.168.3.95:8000/',
+ // baseURL: 'http://192.168.3.49:8000/',
timeout: 50000,
headers: { 'Content-Type': 'application/json' },
paramsSerializer: {
diff --git a/src/views/login/component/account.vue b/src/views/login/component/account.vue
index 447d358..0e6554c 100644
--- a/src/views/login/component/account.vue
+++ b/src/views/login/component/account.vue
@@ -1,85 +1,66 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
![]()
-
-
-
-
-
- {{ $t('message.account.accountBtnText') }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+ {{ $t('message.account.accountBtnText') }}
+
+
+
-