删除了无效方法

This commit is contained in:
高子兴 2024-07-02 21:52:39 +08:00
parent 03330a8a35
commit 3427046847

View File

@ -31,7 +31,6 @@ const actions = {
const getters = { const getters = {
isAuthenticated: (state) => state.isAuthenticated, isAuthenticated: (state) => state.isAuthenticated,
user: (state) => state.user,
token: (state) => state.token, token: (state) => state.token,
}; };