首页导航配置链接&更新支付余额计算
This commit is contained in:
@@ -35,9 +35,9 @@ export default function Footer(props: FooterProps) {
|
||||
<SiteNavList
|
||||
title="国内代理"
|
||||
items={[
|
||||
{name: `短效代理`, href: `#`},
|
||||
{name: `长效代理`, href: `#`},
|
||||
{name: `固定IP代理`, href: `#`},
|
||||
{name: `短效代理`, href: `/product?type=short`},
|
||||
{name: `长效代理`, href: `/product?type=long`},
|
||||
{name: `固定IP代理`, href: `/product?type=fixed`},
|
||||
]}
|
||||
/>
|
||||
<SiteNavList
|
||||
|
||||
@@ -14,7 +14,7 @@ export default function HelpMenu() {
|
||||
icon={h01}
|
||||
title="提取 IP"
|
||||
items={[
|
||||
{lead: '短效 IP 提取', href: '#'},
|
||||
{lead: '短效 IP 提取', href: '/collect'},
|
||||
{lead: '长效 IP 提取', href: '#'},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user