diff --git a/client/web/src/App.tsx b/client/web/src/App.tsx index e53589d4..0cc9a45a 100644 --- a/client/web/src/App.tsx +++ b/client/web/src/App.tsx @@ -172,16 +172,15 @@ export const App: React.FC = React.memo(() => { path="/plugin/*" element={ - {pluginRootRoute.map((r, i) => ( - // NOTICE: Switch里不能出现动态路由 - - ))} + + {pluginRootRoute.map((r, i) => ( + + ))} + } />