可信代码库-搜索列表页面优化

This commit is contained in:
付民康
2025-03-13 16:09:33 +08:00
parent 7cebe8fc00
commit 39fa8b40c5
10 changed files with 927 additions and 251 deletions

View File

@@ -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: '高级搜索',

View File

@@ -228,7 +228,7 @@ export const injectRouter = router => {
// 子应用单独处理
if (fromHomeWeb.includes(to.name)) return;
// 项目中代码点击tab单独上报从其他地方跳转除外
useReport('pageview', {});
// useReport('pageview', {});
}
}
});