From e7efe179b764ccdfff4120b82d21b27f3fa67c9e Mon Sep 17 00:00:00 2001 From: kkfluous Date: Thu, 2 Apr 2026 18:19:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E6=8E=88=E6=9D=83=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E4=B8=A4=E7=A7=8D=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/auth/UnauthorizedPage.tsx | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/src/auth/UnauthorizedPage.tsx b/src/auth/UnauthorizedPage.tsx index 638f78a..1b11fa0 100644 --- a/src/auth/UnauthorizedPage.tsx +++ b/src/auth/UnauthorizedPage.tsx @@ -1,4 +1,4 @@ -import { ShieldX } from 'lucide-react'; +import { ShieldX, Monitor, Smartphone } from 'lucide-react'; export default function UnauthorizedPage({ message }: { message?: string }) { return ( @@ -8,12 +8,29 @@ export default function UnauthorizedPage({ message }: { message?: string }) {

未授权访问

-

+

{message || '获取用户认证信息失败,可能是跳转令牌已过期或无效'}

-

- 请从资产管理平台点击跳转链接进入此系统 -

+ +
+

请通过以下方式进入

+ +
+ +
+

资产管理系统(PC端)

+

BI 报表 → 资产 BI

+
+
+ +
+ +
+

羚牛氢能客户服务(小程序)

+

BI 报表 → 资产 BI

+
+
+
);