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') }}
+
+
+
-