FEAT => 本次更新项目为:

基础通信搞定了
This commit is contained in:
2025-08-01 16:29:34 +08:00
parent 325d53cad6
commit fddda27ca8
11 changed files with 1179 additions and 41 deletions

View File

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