From aa2645216cbd945c3d606526c35e1d90d597d65e Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Tue, 19 Dec 2023 17:58:43 +0800 Subject: [PATCH] https --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index b150f25..4908c45 100644 --- a/js/index.js +++ b/js/index.js @@ -52,7 +52,7 @@ var fun={ var sysOpList=sessionStorage.getItem("sysOpProjectDTOList"); if(sysOpList=='' ||sysOpList==null ||sysOpList==undefined ||sysOpList=='[]'){ menuList+='
  • 任你停官网
  • '; - imgList='
  • '; + imgList='
  • '; // menuList+='
  • '; $('#box').append(imgList); $('#controls').append(menuList); -- libgit2 0.21.4