提交 82507be3 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8817 已通过 于阶段
in 6 分 9 秒
...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag: e37d6ba11dd498686336bc7ae68e53c55cda10a0 newTag: ba950f0d0a9ebdebd83acf8eb74b939eff3b6d95
...@@ -8,7 +8,7 @@ const HomeHeadView = () => { ...@@ -8,7 +8,7 @@ const HomeHeadView = () => {
const router = useRouter(); const router = useRouter();
// 跳转详情 // 跳转详情
const handleDetail = async () => { const handleDetail = async () => {
await router.push(`/store/product/39`); await router.push(`/store/product/5`);
}; };
return ( return (
<HomeHeadWrap> <HomeHeadWrap>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论