From d4391552c1787fae3df6bf60244387f0ff3e07bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Tue, 11 Jan 2022 10:32:25 +0800 Subject: [PATCH] fix: default disable url params ref https://github.com/ant-design/ant-design-pro/issues/9526#issuecomment-1009544266 --- src/app.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index 15ad915e..7b5fb1c8 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -68,11 +68,11 @@ export const layout: RunTimeLayoutConfig = ({ initialState, setInitialState }) = }, links: isDev ? [ - + OpenAPI 文档 , - + 业务组件文档 , @@ -89,6 +89,7 @@ export const layout: RunTimeLayoutConfig = ({ initialState, setInitialState }) = {children} {!props.location?.pathname?.includes('/login') && ( {