From 3b1d1e53e902631099a483511724ee7c423db140 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 02 二月 2023 15:29:17 +0800 Subject: [PATCH] 资料馆界面优化 --- public/LfSKyline/js/index.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/public/LfSKyline/js/index.js b/public/LfSKyline/js/index.js index 9741cbb..8e20f55 100644 --- a/public/LfSKyline/js/index.js +++ b/public/LfSKyline/js/index.js @@ -30,7 +30,7 @@ // var layers = []; // Index.getLayers("", layers); // Index.ininTrees("layers", layers); - Index.flyToStart(); + // Index.flyToStart(); }, @@ -68,7 +68,6 @@ oncheck: function (obj) { if (Index.isLoading) return; - Index.isLoading = true; SG.ProjectTree.SetVisibility(obj.data.id, obj.checked); Index.isLoading = false; -- Gitblit v1.9.3