fix store

This commit is contained in:
jxxghp
2024-06-20 08:11:47 +08:00
parent a815e07cdd
commit e0ff98b1d7
2 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ const authModule: Module<AuthState, RootState> = {
},
logout({ commit }) {
commit('clearToken')
commit('setOriginalPath', '')
commit('setOriginalPath', null)
},
},
getters: {