screen_standard/src/App.vue
@@ -1,14 +1,19 @@ <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> <AppLayout /> <<<<<<< HEAD ======= >>>>>>> 5103535bcd7b012c0eda4cbb26968066b35704d1 </template> <style scoped>