Commit d0aa4ce0 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 修改商品路径

parent be7d72f8
......@@ -32,7 +32,7 @@ const Products: React.FC<{}> = () => {
key: 'name',
className: 'commonPickColor',
render: (text: any, record: any) => <EyePreview
url={`/commodity/products/preview?id=${record.id}`}
url={`/commodity/products/detail?id=${record.id}`}
>
{text}
</EyePreview>
......
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