Mr.Shi
2023-09-04 c7c49be8b15e6355dc19e8705dc7bc2de603e398
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('=')