web iframe结构实现

This commit is contained in:
2025-12-13 14:13:31 +08:00
parent e002f0d989
commit 1776aa2d1e
53 changed files with 3280 additions and 275 deletions

View File

@@ -8,9 +8,6 @@
<!-- 加载运行时配置(必须在其他脚本之前加载) -->
<script src="/app-config.js"></script>
<!-- Module Federation - 预加载远程入口 -->
<link rel="modulepreload" href="http://localhost:5000/remoteEntry.js">
</head>
<body>
<div id="app"></div>