Commit f0da819d authored by GuanHua's avatar GuanHua

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

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