diff --git a/src/app.tsx b/src/app.tsx index 679b0c5f..1f6a3cf9 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -13,7 +13,7 @@ const isDev = process.env.NODE_ENV === 'development'; const loginPath = '/user/login'; /** - * @see https://umijs.org/zh-CN/plugins/plugin-initial-state + * @see https://umijs.org/docs/api/runtime-config#getinitialstate * */ export async function getInitialState(): Promise<{ settings?: Partial;