From bb6b80c339ea8d3b1139d0d80742cb72792154ef Mon Sep 17 00:00:00 2001 From: chenbiao Date: Wed, 28 Nov 2018 18:13:03 +0800 Subject: [PATCH] add --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 9c7686f..9d773cc 100644 --- a/js/index.js +++ b/js/index.js @@ -85,7 +85,7 @@ var fun={ imgList+='
  • '; } menuList+='
  • '+sysOpProList[i].projectName+'
  • '; - imgList+='
  • '; + imgList+='
  • '; } else if(sysOpProList[i].projectCode=='CAR_USER_PLATFORM'){ if(sysOpProList[i].projectName==''||sysOpProList[i].projectName==null||sysOpProList[i].projectName==undefined){ -- libgit2 0.21.4