update
This commit is contained in:
12
src/App.vue
12
src/App.vue
@@ -1,4 +1,14 @@
|
||||
<script setup></script>
|
||||
<script setup>
|
||||
import {onMounted} from "vue";
|
||||
import {toPath} from "./utils/index.js";
|
||||
import {useSystemStore} from "./pinia/SystemStore/index.js";
|
||||
|
||||
const SystemStore = useSystemStore();
|
||||
|
||||
onMounted(() => {
|
||||
toPath(SystemStore.NOW_ROUTER, SystemStore.NOW_ROUTER_QUERY);
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<a-config-provider>
|
||||
|
||||
Reference in New Issue
Block a user