1. 修改了合并模型导出模型的逻辑

2. 修改了一些冗余的bug
3. 页面上表格的调整
This commit is contained in:
2026-01-29 23:10:21 +08:00
parent 0f98d67e41
commit 03b6071856
10 changed files with 1008 additions and 460 deletions

View File

@@ -223,6 +223,11 @@
</div>
<script>
// 全局返回函数
function goBack() {
window.location.href = 'main.html?page=dataset-manage';
}
// 使用 IIFE 避免全局变量污染
(function() {
// API 基础地址 - 优先使用 main.html 中定义的全局变量