From a9d5447fde72e35cc7128beddf618df77697ace1 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Mon, 13 Nov 2023 14:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8F=82=E6=95=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/modules/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/modules/user.js b/store/modules/user.js index 205089f..591a2e4 100644 --- a/store/modules/user.js +++ b/store/modules/user.js @@ -19,7 +19,7 @@ const user = { // 用户认证token token: '', // 用户ID - userId: null + accountId: null }, mutations: {