FEAT => 本次更新项目为:
基础通信搞定了
This commit is contained in:
12
nkebao/src/router/module/iframe.tsx
Normal file
12
nkebao/src/router/module/iframe.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import IframeDebugPage from "@/pages/iframe";
|
||||
|
||||
// iframe 调试路由
|
||||
const iframeRoutes = [
|
||||
{
|
||||
path: "/iframe",
|
||||
element: <IframeDebugPage />,
|
||||
auth: false, // 不需要认证,方便调试
|
||||
},
|
||||
];
|
||||
|
||||
export default iframeRoutes;
|
||||
Reference in New Issue
Block a user