From e6ad6ad6fb07c28656c8d15590cbd1390bb8a970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E7=A6=BB?= Date: Mon, 30 Jun 2025 18:15:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 6148 -> 6148 bytes src/stores/modules/user.ts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 816e1f9aeaef35571c98bb164dd6b84f87140d18..d2e85123f32cb58b09adbafa3c073a7a8fd8a8d8 100644 GIT binary patch delta 237 zcmZoMXfc@J&&aniU^g=(-((&ZkNSd=B%jjak|G8M1}_GEhERrLhE#?kAgRxg3uNUn zq%%}7WHKazS>-^HOrVSlLq0`ivKd6II X#5WhP9A=zs$9{5Rb^K;_j=%f>f(bQT delta 328 zcmZoMXfc@J&nU1lU^g?Pz+@g44;jy#{N$vZ{3Hej1_2;m55#)^!GM8bvkdED#(HLk zVum7yWGo8j!4v{DK~*J{7Z*T{+nH35lUZD1U~r9*iJ66!jh%y?gPS8ZI3vG2xFoTp zwAd-JC>q2I$h8C7O3g*TZwY8iaqRRT#LGjr+xq12B rK=%RxBO`=n;DypKst3q``ll?It0*rgKQA39#5nm5+nLSm9Dn%%zq4Hp diff --git a/src/stores/modules/user.ts b/src/stores/modules/user.ts index ac20f3c..2f048b1 100644 --- a/src/stores/modules/user.ts +++ b/src/stores/modules/user.ts @@ -64,8 +64,8 @@ const storeSetup = () => { // 登录 const accountLogin = async (req: AccountLoginReq) => { const res = await accountLoginApi({ ...req }) - setToken(res.data.token) - token.value = res.data.token + setToken(res.data.tokenValue) + token.value = res.data.tokenValue }