Skip to content

Commit

Permalink
bug fix:解决页面缓存数据的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mahonelau committed Jul 28, 2023
1 parent 65622bf commit 15b82c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ant-design-vue-jeecg/src/config/router.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const constantRouterMap = [
{
path:'/docSearch',
name:'docSearch',
meta: { title: '检索结果' ,keepAlive: true },
meta: { title: '检索结果' },
component: () => import('@/views/km/search/DocSearch')
},
{
Expand Down

0 comments on commit 15b82c4

Please sign in to comment.