mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
fix(projects): fix route init
This commit is contained in:
@ -151,6 +151,9 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => {
|
||||
routeStore.$reset();
|
||||
|
||||
resetVueRoutes();
|
||||
|
||||
// after reset store, need to re-init constant route
|
||||
await initConstantRoute();
|
||||
}
|
||||
|
||||
/** Reset vue routes */
|
||||
|
Reference in New Issue
Block a user