chore:取消掉施工页面展示

This commit is contained in:
2026-01-30 10:59:06 +08:00
parent a451726e52
commit c657fbe01a

View File

@@ -326,7 +326,7 @@
<!-- Mapping 标签页 - 嵌入原有的映射编辑器 -->
<div id="content-mapping" class="tab-content hidden">
<iframe src="/editor/error.html?code=施工中" class="w-full border-0 rounded-lg shadow-sm bg-white"
<iframe src="/editor/editor.html" class="w-full border-0 rounded-lg shadow-sm bg-white"
style="height: calc(100vh - 100px);"></iframe>
</div>