// 登出
loginOut({dispatch}) {
jsonInBlacklist().then(res => {
if (res.code !== 0) {
dispatch('clearStorage');
}
});
},
// 清理数据
clearStorage() {
},
// 登出
loginOut({dispatch}) {
jsonInBlacklist().then(res => {
if (res.code !== 0) {
dispatch('clearStorage');
}
});
},
// 清理数据
clearStorage() {
},