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

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

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