import IframeDebugPage from "@/pages/iframe"; // iframe 调试路由 const iframeRoutes = [ { path: "/iframe", element: , auth: false, // 不需要认证,方便调试 }, ]; export default iframeRoutes;