This commit is contained in:
学习很差啦
2022-09-14 10:51:18 +08:00
13 changed files with 108 additions and 35 deletions

View File

@@ -65,8 +65,14 @@ export default {
* 清除缓存重新登录
*/
async confirm() {
await logout();
this.clear();
try{
await logout();
this.clear();
}catch(e){
//TODO handle the exception
this.clear();
}
},
/**