From eea897aeac44a75e93fdc90939261f1b44711087 Mon Sep 17 00:00:00 2001
From: lgq <1015864684@qq.com>
Date: 星期二, 08 七月 2025 18:11:31 +0800
Subject: [PATCH] 1.同步最新文件

---
 local/www/js/page/device-common.js |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/local/www/js/page/device-common.js b/local/www/js/page/device-common.js
index 01d40ee..2791415 100644
--- a/local/www/js/page/device-common.js
+++ b/local/www/js/page/device-common.js
@@ -28,7 +28,7 @@
 
 //鍒濆鍖栧崗璁簱鍒楄〃
 initLibname();
-initDevLibname();
+
 
 $(document).ready(function () {
     //娣诲姞鍗忚搴撲笅鎷夌洃鍚�
@@ -561,16 +561,7 @@
     });
 };
 
-function initDevLibname() {
 
-    $.get("./cgi-bin/do/find_debug_libname", function (data, status) {
-        if (data != null) {
-            renderDevLibname(data);
-        } else {
-            window.parent.notify("绯荤粺鍚庢湡鍗忚搴撳垪琛ㄥけ璐ワ紒");
-        }
-    }, "json");
-}
 
 function renderDevLibname(list) {
     $.each(list, function (index, item) {

--
Gitblit v1.9.3