release: v3 release test

This commit is contained in:
kailong321200875
2022-02-19 09:46:33 +08:00
parent f4eb4eac3a
commit f283478c5b
8 changed files with 63 additions and 139 deletions

View File

@@ -26,6 +26,9 @@ export const usePermissionStore = defineStore({
isAddRouters: false,
menuTabRouters: []
}),
persist: {
enabled: true
},
getters: {
getRouters(): AppRouteRecordRaw[] {
return this.routers