From 7e8a28cabc7f65c0c24336bc7a29dd37fe81b0f0 Mon Sep 17 00:00:00 2001 From: Break Date: Fri, 30 Dec 2022 16:27:13 +0000 Subject: [PATCH] =?UTF-8?q?update=20public/assets/js/backend/index.js.=20?= =?UTF-8?q?=E4=B8=BA=E6=90=9C=E7=B4=A2=E5=87=BA=E6=9D=A5=E7=9A=84=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=8A=A0=E4=B8=8A=E5=9B=BE=E6=A0=87=EF=BC=8C=E5=9B=A0?= =?UTF-8?q?=E4=B8=BA=E5=90=8C=E5=90=8D=E8=8F=9C=E5=8D=95=E6=8C=BA=E5=A4=9A?= =?UTF-8?q?=EF=BC=8C=E9=83=BD=E5=88=86=E6=95=A3=E5=9C=A8=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E7=BB=84=E4=B8=AD=EF=BC=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=8F=AF=E4=BB=A5=E7=94=A8=E4=BD=9C=E5=8C=BA?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Break --- public/assets/js/backend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/backend/index.js b/public/assets/js/backend/index.js index dd682baf5..19321b332 100755 --- a/public/assets/js/backend/index.js +++ b/public/assets/js/backend/index.js @@ -33,7 +33,7 @@ define(['jquery', 'bootstrap', 'backend', 'addtabs', 'adminlte', 'form'], functi if (val != '') { $("ul.sidebar-menu li a[addtabs]:not([href^='javascript:;'])").each(function () { if ($("span:first", this).text().indexOf(val) > -1 || $(this).attr("py").indexOf(val) > -1 || $(this).attr("pinyin").indexOf(val) > -1) { - html.push('' + $("span:first", this).text() + ''); + html.push('' + $("span:first", this).text() + ''); if (html.length >= 100) { return false; } -- Gitee