update
This commit is contained in:
@@ -42,6 +42,7 @@ export const useSystemStore = defineStore("SystemStore", () => {
|
||||
redirect: `/home/${routes[0].path}`,
|
||||
children: []
|
||||
});
|
||||
isRoot.value = false;
|
||||
await router.replace(router.currentRoute.value.fullPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user