task#11035,获取调度apptoken

This commit is contained in:
2024-02-20 15:36:03 +08:00
parent 2a77ea8ba1
commit ceb45b33b2
3 changed files with 9 additions and 9 deletions

View File

@ -57,6 +57,8 @@ export default {
}
},
async mounted() {
let token = localStorage.getItem('token');
this.$notify(token);
await this.getCount();
await this.getList()
},