bug fix:解决页面缓存数据的问题

main
liuwx_gitee 11 months ago
parent 65622bf4d9
commit 15b82c439e

@ -58,7 +58,7 @@ export const constantRouterMap = [
{
path:'/docSearch',
name:'docSearch',
meta: { title: '检索结果' ,keepAlive: true },
meta: { title: '检索结果' },
component: () => import('@/views/km/search/DocSearch')
},
{

Loading…
Cancel
Save