task#11035,获取调度apptoken

This commit is contained in:
2024-02-20 15:41:13 +08:00
parent ceb45b33b2
commit 503b21e441

View File

@ -58,7 +58,9 @@ export default {
},
async mounted() {
let token = localStorage.getItem('token');
this.$notify(token);
this.$dialog.alert({
message: token
});
await this.getCount();
await this.getList()
},