可信代码库-搜索列表页面优化
This commit is contained in:
@@ -27,9 +27,22 @@ export default [
|
||||
headerClassName: ''
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'search/license',
|
||||
name: 'SearchLicense',
|
||||
component: () => import('@/views/Jyh/Search/license.vue'),
|
||||
meta: {
|
||||
title: '高级搜索-License',
|
||||
reportTitle: '搜索License',
|
||||
className: 'w-full min-w-full',
|
||||
hiddenFooter: true,
|
||||
hasMobile: true,
|
||||
asideMenu: 'drawer' // 左侧菜单抽屉模式
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'search',
|
||||
name: 'search',
|
||||
name: 'Search',
|
||||
component: () => import('@/views/Jyh/Search/index.vue'),
|
||||
meta: {
|
||||
title: '高级搜索',
|
||||
|
||||
@@ -228,7 +228,7 @@ export const injectRouter = router => {
|
||||
// 子应用单独处理
|
||||
if (fromHomeWeb.includes(to.name)) return;
|
||||
// 项目中代码点击tab单独上报(从其他地方跳转除外)
|
||||
useReport('pageview', {});
|
||||
// useReport('pageview', {});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user