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 ?? {};