diff --git a/web/src/App.tsx b/web/src/App.tsx
index 2b598861..ea149e33 100644
--- a/web/src/App.tsx
+++ b/web/src/App.tsx
@@ -78,12 +78,17 @@ export const App: React.FC = React.memo(() => {
-
- {/* 这个host用于处理独立页面的modal */}
- {pluginRootRouter.map((r) => (
-
+ {/* 这个host用于处理独立页面的modal */}
+ {/* NOTICE: Switch里不能出现动态路由 */}
+ {/*
+ {pluginRootRouter.map((r, i) => (
+
))}
-
+ */}