mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-12 21:53:48 +08:00
update
This commit is contained in:
@@ -240,7 +240,7 @@ export const useUserStore = defineStore({
|
||||
},
|
||||
// 清空缓存
|
||||
clearKeepAliveIncludes(val) {
|
||||
if (!val || !this.keepAliveIncludes?.includes(val)) {
|
||||
if (!val || !this.keepAliveIncludes.includes(val)) {
|
||||
this.keepAliveIncludes = [];
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user