From 98f08be2dfe70fc461802884a59135d609fad8fe Mon Sep 17 00:00:00 2001
From: lgq <1015864684@qq.com>
Date: 星期四, 09 十月 2025 10:28:31 +0800
Subject: [PATCH] 1. 添加1.8寸屏显示脚本,并添加到app.ini服务列表中  要提交的变更: 	新文件:   local/app/display 	修改:     local/default/app.ini

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

diff --git a/local/www/js/page/device-net.js b/local/www/js/page/device-net.js
index c56babc..79a68f1 100644
--- a/local/www/js/page/device-net.js
+++ b/local/www/js/page/device-net.js
@@ -14,7 +14,6 @@
 
 //鍒濆鍖栧崗璁簱鍒楄〃
 initLibname();
-initDevLibname();
 
 
 $(document).ready(function () {
@@ -556,15 +555,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