Commit fcd092ad authored by Bill's avatar Bill

修改首页会员跳转链接

parent d538b437
...@@ -177,7 +177,7 @@ const Home: React.FC<{}> = () => { ...@@ -177,7 +177,7 @@ const Home: React.FC<{}> = () => {
<Badge status={PROCESS_STATUS[key]} text={item.name}></Badge> <Badge status={PROCESS_STATUS[key]} text={item.name}></Badge>
</div> </div>
</div> </div>
<div><Link to={item.url}>查看&nbsp;<RightOutlined /></Link></div> <div><Link to={item.link}>查看&nbsp;<RightOutlined /></Link></div>
</div> </div>
</Col> </Col>
) )
......
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