screen_standard/src/components/AppLayout.vue
@@ -47,7 +47,7 @@ </div> </div> <KeepAlive> <RouterView /> <router-view></router-view> </KeepAlive> </div> </template> @@ -58,7 +58,7 @@ import { getDepartmentList } from '@/utils/api.js' import { reactive, toRefs, onMounted, computed } from 'vue'; import { useCounterStore } from '@/stores/counter.js' import { RouterView, useRoute, useRouter } from 'vue-router' import { useRoute, useRouter } from 'vue-router' const enterprise = useCounterStore() const route = useRoute() const router = useRouter()