Commit f0da819d authored by GuanHua's avatar GuanHua

feat: 添加商城底部导航链接

parent ff197365
...@@ -8,20 +8,20 @@ const Footer: React.FC = () => { ...@@ -8,20 +8,20 @@ const Footer: React.FC = () => {
title: '会员服务', title: '会员服务',
children: [ children: [
{ {
path: '/user/register', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/bzci9x',
title: '会员注册' title: '会员注册'
}, },
{ {
path: '/user/login', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/pz44gw',
title: '登录' title: '会员登录'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/ia27ef',
title: '会员认证' title: '会员服务'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/xupg3d',
title: '会员服务' title: '忘记密码'
}, },
] ]
}, },
...@@ -29,19 +29,19 @@ const Footer: React.FC = () => { ...@@ -29,19 +29,19 @@ const Footer: React.FC = () => {
title: '采购&供应', title: '采购&供应',
children: [ children: [
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/il6eqw',
title: '发布供应信息' title: '发布供应'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/aeob5u',
title: '发布求购信息' title: '发布需求'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/eh909i',
title: '购买商品' title: '购买现货'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/yks6bd',
title: '询价报价' title: '询价报价'
}, },
] ]
...@@ -50,19 +50,19 @@ const Footer: React.FC = () => { ...@@ -50,19 +50,19 @@ const Footer: React.FC = () => {
title: '账户&安全', title: '账户&安全',
children: [ children: [
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/gxx84r',
title: '账户查询' title: '账户查询'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/bufen8',
title: '账户管理' title: '账户管理'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/qsmohg',
title: '安全中心' title: '安全中心'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/arsh01',
title: '密码服务' title: '密码服务'
}, },
] ]
...@@ -71,19 +71,19 @@ const Footer: React.FC = () => { ...@@ -71,19 +71,19 @@ const Footer: React.FC = () => {
title: '信用评价', title: '信用评价',
children: [ children: [
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/klpeox',
title: '发布评价' title: '发布评价'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/tkp309',
title: '查看评价' title: '查看评价'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/svdz9o',
title: '投诉举报' title: '投诉举报'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/ngkh0k',
title: '评价规则' title: '评价规则'
}, },
] ]
...@@ -92,19 +92,19 @@ const Footer: React.FC = () => { ...@@ -92,19 +92,19 @@ const Footer: React.FC = () => {
title: '关于我们', title: '关于我们',
children: [ children: [
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/eoegc4',
title: '平台介绍' title: '平台介绍'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/yttpx7',
title: '联系我们' title: '联系我们'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/cyd7rb',
title: '服务条款' title: '服务条款'
}, },
{ {
path: '/', path: 'https://www.yuque.com/shushangyun-lingxi/xr7ol7/uht4qm',
title: '免责声明' title: '免责声明'
}, },
] ]
...@@ -121,7 +121,7 @@ const Footer: React.FC = () => { ...@@ -121,7 +121,7 @@ const Footer: React.FC = () => {
<li className="title">{item.title}</li> <li className="title">{item.title}</li>
{ {
item.children.map((item, index) => ( item.children.map((item, index) => (
<li key={`footer_nav_item_${index}`}><a href={item.path}>{item.title}</a></li> <li key={`footer_nav_item_${index}`}><a href={item.path} target="_blank" rel="noreferrer">{item.title}</a></li>
)) ))
} }
</ul> </ul>
...@@ -135,4 +135,4 @@ const Footer: React.FC = () => { ...@@ -135,4 +135,4 @@ const Footer: React.FC = () => {
) )
} }
export default Footer export default Footer
\ No newline at end of file
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