Mr.Shi
2023-08-22 7d2873351fd9cca4c7b1117dafe59db4a546526f
screen_standard/src/App.vue
@@ -1,6 +1,15 @@
<script setup>
import AppLayout from './components/AppLayout.vue'
import { useCounterStore } from '@/stores/counter.js'
import { useRoute } from 'vue-router'
const enterprise = useCounterStore()
const route = useRoute()
console.log(route.query)
// enterprise.setCompanyId(8)
// enterprise.setDepartId(111)
</script>
<template>