样式
This commit is contained in:
@@ -34,8 +34,8 @@ const actions = {
|
||||
commit(types.SAVE_USER_INFO, res)
|
||||
},
|
||||
delUserInfo({commit}, res) {
|
||||
uni.clearStorageSync('userInfo')
|
||||
uni.clearStorageSync('saveToken')
|
||||
uni.removeStorageSync('userInfo')
|
||||
uni.removeStorageSync('saveToken')
|
||||
commit(types.DEL_USER_INFO, res)
|
||||
},
|
||||
saveToken({commit}, res) {
|
||||
|
||||
Reference in New Issue
Block a user