修改列表跳详情路由

master
fuxiaochun 2023-08-18 15:37:23 +08:00
parent 332fd9f9f5
commit ba147e2a2b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ const loadMore = ()=>{
const goDetail = (id) => {
let path = {
government: `/business/macroeconomics/detail/${id}`, // -
business: `/business/insight/detail/${props.cid}/${id}`, //
business: `/business/insight/detail/${id}`, //
policy: `/business/legal/policy/detail/${id}`, // -
};
if(path[props.type]){