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

+
+
+
);