token问题修复3
This commit is contained in:
@ -66,9 +66,6 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
const token = urlParams.get('token');
|
||||
this.$toast("司机管理打印token",token)
|
||||
this.getDriverList()
|
||||
},
|
||||
methods:{
|
||||
|
Reference in New Issue
Block a user