This commit is contained in:
2025-05-27 19:01:22 +08:00
parent c302c8ae50
commit 1371c6e701
11 changed files with 99 additions and 16 deletions

View File

@@ -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>