From 6c27f98138268cf9a69d25c664c5c22a1614d0fc Mon Sep 17 00:00:00 2001 From: dev01 Date: Tue, 22 Nov 2022 13:44:49 +0800 Subject: [PATCH] =?UTF-8?q?[Frontend]=20=E4=B8=8A=E6=96=B9=E9=81=B8?= =?UTF-8?q?=E5=96=AE=E5=9C=96=E8=B3=87=E7=AE=A1=E7=90=86=20name=20?= =?UTF-8?q?=E5=B1=AC=E6=80=A7=E8=AA=BF=E6=95=B4=20|=20=E5=9C=96=E8=B3=87?= =?UTF-8?q?=E7=AE=A1=E7=90=86=20=E9=BB=9E=E6=93=8A=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/index.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Frontend/index.html b/Frontend/index.html index 9bbff08..1283b91 100644 --- a/Frontend/index.html +++ b/Frontend/index.html @@ -1418,7 +1418,7 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
-
圖資管理
@@ -2633,19 +2633,6 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li }) - // 圖資管理 - onEvent("click", "[name=topGraphBtn]", function () { - let page = $(this).data("page"); - $("#app").load(`_${page}.html`, loadCallback); - }) - - onEvent("click", "[name=topFunBtn]", function () { - let page = $(this).data("page"); - - if (page != "systemMonitor") { - $("#sysMonBtnList .dropdown-item").removeClass("active"); - pageAct.sysMainTag = null; - } }