From 0fefd386255da7fed959fb9a9000474c59d84e48 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 18 Feb 2025 13:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 2 +- src/pages/login/index.vue | 47 +++++++++++++++--------- src/utils/http.js | 76 +++++++++++++++++++++------------------ 3 files changed, 74 insertions(+), 51 deletions(-) diff --git a/src/pages.json b/src/pages.json index 4419117..e2732d1 100644 --- a/src/pages.json +++ b/src/pages.json @@ -4,7 +4,7 @@ { "path": "pages/login/index", "style": { - "navigationBarTitleText": "登录" + "navigationStyle": "custom" } }, // 首页 diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index ab6d053..3cdb1b3 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -1,7 +1,8 @@