From de412aed9c2e773d9eff2b39c85cd56f98ee47fa Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Tue, 18 Nov 2025 19:40:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=88=E6=9D=83=E5=90=8Etoken?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E4=BF=9D=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-configs.json | 2 +- src/App.vue | 2 ++ src/hooks/useGoLogin.js | 34 +++++++++++++++++++ src/manager/AuthManager.js | 8 ++--- src/manager/LoginManager.js | 3 -- .../components/MineSetting/index.vue | 2 -- src/pages/login/index.vue | 23 ------------- src/request/base/request.js | 3 +- src/store/modules/app.js | 8 ----- 9 files changed, 40 insertions(+), 45 deletions(-) diff --git a/client-configs.json b/client-configs.json index 36df720..dc9c0f7 100644 --- a/client-configs.json +++ b/client-configs.json @@ -1,6 +1,6 @@ { "zhinian": { - "clientId": "2", + "clientId": "6", "appId": "wx5e79df5996572539", "name": "智念", "placeholder": "快告诉智念您在想什么~", diff --git a/src/App.vue b/src/App.vue index 3fdb7cc..2d886c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,11 @@