继续修复白屏bug
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
||||
};
|
||||
},
|
||||
onShow() {
|
||||
this.$checkToken(this.$getToken())
|
||||
this.$checkToken(this.$getToken()).catch(() => {})
|
||||
},
|
||||
onLoad() {
|
||||
this.fetchDataList();
|
||||
|
||||
Reference in New Issue
Block a user