task#11035,获取调度apptoken
This commit is contained in:
@ -58,7 +58,9 @@ export default {
|
|||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
let token = localStorage.getItem('token');
|
let token = localStorage.getItem('token');
|
||||||
this.$notify(token);
|
this.$dialog.alert({
|
||||||
|
message: token
|
||||||
|
});
|
||||||
await this.getCount();
|
await this.getCount();
|
||||||
await this.getList()
|
await this.getList()
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user