Commit e2f39a8f authored by GuanHua's avatar GuanHua

fix: 清除关键词搜索时渠道商城链接错误问题

parent d2eb541f
......@@ -160,7 +160,7 @@ const CommoditySearch: React.FC<CommodityPropsType> = (props) => {
history.push(`/shop/commodity/search?shopId=${shopUrlParam}`)
break
case LAYOUT_TYPE.channel:
history.push(`${GlobalConfig.channelRootRoute}/commodity/search?shopId=${shopUrlParam}`)
history.push(`${GlobalConfig.channelRootRoute}/commodity/search?channelId=${shopUrlParam}`)
break
case LAYOUT_TYPE.ichannel:
history.push(`${GlobalConfig.ichannelRootRoute}/commodity/search?channelId=${shopUrlParam}`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment