From e91c2d98e3a86c9a95e49035a0cf2f91c06af63d Mon Sep 17 00:00:00 2001 From: Fankai Liu Date: Sun, 7 Jan 2024 18:02:23 +0800 Subject: [PATCH] update: access statements updated to valid document links --- src/access.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/access.ts b/src/access.ts index e823e24b..d527afb6 100644 --- a/src/access.ts +++ b/src/access.ts @@ -1,5 +1,5 @@ /** - * @see https://umijs.org/zh-CN/plugins/plugin-access + * @see https://umijs.org/docs/max/access#access * */ export default function access(initialState: { currentUser?: API.CurrentUser } | undefined) { const { currentUser } = initialState ?? {};