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