pref:delete useless code

This commit is contained in:
dyz 2020-07-18 16:27:35 +08:00 committed by GitHub
parent e85ef78c1a
commit 4303c78b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const actions = {
// user logout
logout({ commit, state, dispatch }) {
return new Promise((resolve, reject) => {
logout(state.token).then(() => {
logout().then(() => {
commit('SET_TOKEN', '')
commit('SET_ROLES', [])
removeToken()