修改登录页面链接对应的登录页和点击登录页的蓝狐代理跳转首页,未登录点击菜单栏产品订购里的导航页面校验

This commit is contained in:
Eamon-meng
2025-08-13 14:26:40 +08:00
parent 2242275e84
commit 13708483fc
3 changed files with 28 additions and 18 deletions

View File

@@ -173,7 +173,7 @@ export default function Page(props: ProviderProps) {
<span></span>
</Link>
<Link
href="/login"
href="/login?type=sms"
className={[
`w-20 lg:w-24 h-10 lg:h-12 bg-gradient-to-r rounded-sm flex items-center justify-center lg:text-lg text-white`,
`transition-colors duration-200 ease-in-out`,