From 3427046847dcf17a5149df5d5cd388c23d00ec48 Mon Sep 17 00:00:00 2001 From: heshunme Date: Tue, 2 Jul 2024 21:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E6=97=A0=E6=95=88?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/authentication.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/authentication.js b/src/store/authentication.js index ffbf71c..429d1fb 100644 --- a/src/store/authentication.js +++ b/src/store/authentication.js @@ -31,7 +31,6 @@ const actions = { const getters = { isAuthenticated: (state) => state.isAuthenticated, - user: (state) => state.user, token: (state) => state.token, };