Mr.Shi
2023-09-12 1c7a0f0f76551c5a5360b1c54e5bd7fec44d9cae
screen_standard/src/App.vue
@@ -5,7 +5,8 @@
const enterprise = useCounterStore()
// const route = useRoute()
let query = window.location.href.split('?')[1].split('&')
let queryStr = window.location.href.split('?')[1]||''
let query = queryStr.split('&')||[]
let data = { companyId: enterprise.companyId }
query.forEach(item => {
  let subQuery = item.split('=')