token问题修复3

This commit is contained in:
2023-08-23 13:43:11 +08:00
parent 30af198649
commit a81f755914
4 changed files with 4 additions and 13 deletions

View File

@@ -86,9 +86,6 @@ export default {
}
},
mounted() {
const urlParams = new URLSearchParams(window.location.search);
const token = urlParams.get('token');
this.$toast("司机编辑打印token",token)
this.id = this.$route.params?.id;
this.driverName = this.$route.params?.name;
this.driverPhone = this.$route.params?.phone;