token问题修复6

This commit is contained in:
2023-08-23 14:11:00 +08:00
parent f2740ea750
commit 989affd5ea
2 changed files with 1 additions and 5 deletions

View File

@ -58,9 +58,7 @@ export default {
}
},
mounted() {
// const urlParams = new URLSearchParams(window.location.search);
// this.token = urlParams.get('token')
this.$toast('window.location'+window.location)
// this.$toast('window.location'+window.location)
this.getVehicleList();
},
methods:{