mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修复组件缓存问题
This commit is contained in:
@@ -46,4 +46,11 @@ const projectRoutes: RouteRecordRaw = {
|
||||
]
|
||||
}
|
||||
|
||||
projectRoutes.children?.forEach(child => {
|
||||
child.meta = {
|
||||
...child.meta,
|
||||
key: 'reuse-project'
|
||||
}
|
||||
})
|
||||
|
||||
export default projectRoutes
|
||||
|
||||
Reference in New Issue
Block a user