|
@@ -135,7 +135,7 @@ export const asyncRouterMap = [
|
|
|
path: 'init',
|
|
|
component: () => import('@/pages/permission-to-search/data-auth-search.vue'),
|
|
|
name: 'data-auth-search',
|
|
|
- meta: { title: '数据权限查询', noCache: true }
|
|
|
+ meta: { title: '数据权限查询', noCache: true, layout: "page" }
|
|
|
}
|
|
|
]
|
|
|
},
|