feat: 持久化缓存

This commit is contained in:
kailong321200875
2023-11-29 21:09:37 +08:00
parent 7c76d945be
commit 893459da7c
10 changed files with 32 additions and 40 deletions

View File

@@ -25,7 +25,8 @@ const adminList = [
name: 'Analysis',
meta: {
title: 'router.analysis',
noCache: true
noCache: true,
affix: true
}
},
{
@@ -34,7 +35,8 @@ const adminList = [
name: 'Workplace',
meta: {
title: 'router.workplace',
noCache: true
noCache: true,
affix: true
}
}
]
@@ -359,7 +361,7 @@ const adminList = [
},
{
path: 'test',
component: () => 'views/Function/Test',
component: 'views/Function/Test',
name: 'Test',
meta: {
title: 'router.permission',