2023-11-29 feat: 持久化缓存

This commit is contained in:
YunaiV
2024-02-29 23:14:47 +08:00
parent 8f14355903
commit 3be088e370
6 changed files with 10 additions and 11 deletions

View File

@ -59,7 +59,8 @@ export const usePermissionStore = defineStore('permission', {
setMenuTabRouters(routers: AppRouteRecordRaw[]): void {
this.menuTabRouters = routers
}
}
},
persist: false
})
export const usePermissionStoreWithOut = () => {