token问题修复6

This commit is contained in:
2023-08-23 14:00:23 +08:00
parent 7758bf639b
commit 82cf12f5a4
3 changed files with 8 additions and 8 deletions

View File

@ -150,9 +150,9 @@ export default {
}
},
async mounted() {
const urlParams = new URLSearchParams(window.location.search);
const token = urlParams.get('token');
this.$toast("车辆编辑打印token" + token)
// const urlParams = new URLSearchParams(window.location.search);
// const token = urlParams.get('token');
// this.$toast("车辆编辑打印token" + token)
this.id=this.$route.params?.id
const selectElement = document.getElementById('mySelect');
selectElement.addEventListener('change', function() {