|
|
@ -74,7 +74,7 @@ function xunmi(name,data,ishkss) { |
|
|
|
hideLoading(); |
|
|
|
hideLoading(); |
|
|
|
} |
|
|
|
} |
|
|
|
var d = []; |
|
|
|
var d = []; |
|
|
|
if(!ishkss){ |
|
|
|
//if(!ishkss){
|
|
|
|
let grouplist = datalist.map((list)=>{ |
|
|
|
let grouplist = datalist.map((list)=>{ |
|
|
|
return list.group||list.type; |
|
|
|
return list.group||list.type; |
|
|
|
}) |
|
|
|
}) |
|
|
@ -117,6 +117,7 @@ function xunmi(name,data,ishkss) { |
|
|
|
let groupmenu = getMyVar('groupmenu')?getMyVar('groupmenu').split(','):[]; |
|
|
|
let groupmenu = getMyVar('groupmenu')?getMyVar('groupmenu').split(','):[]; |
|
|
|
groupmenu.push(groupname); |
|
|
|
groupmenu.push(groupname); |
|
|
|
putMyVar('groupmenu',groupmenu.join(',')); |
|
|
|
putMyVar('groupmenu',groupmenu.join(',')); |
|
|
|
|
|
|
|
if(!ishkss){ |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: grouplist[i]==xunmigroup?'‘‘’’<b><span style="color:#3399cc">'+groupname:groupname, |
|
|
|
title: grouplist[i]==xunmigroup?'‘‘’’<b><span style="color:#3399cc">'+groupname:groupname, |
|
|
|
url: $('#noLoading#').lazyRule((bess,datalist,name,count,groupname,ishkss)=>{ |
|
|
|
url: $('#noLoading#').lazyRule((bess,datalist,name,count,groupname,ishkss)=>{ |
|
|
@ -152,7 +153,8 @@ function xunmi(name,data,ishkss) { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
if(getMyVar('isload', '0')=="0"){ |
|
|
|
} |
|
|
|
|
|
|
|
if(!ishkss&&getMyVar('isload', '0')=="0"){ |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: '删除开关', |
|
|
|
title: '删除开关', |
|
|
|
url: $('#noLoading#').lazyRule(()=>{ |
|
|
|
url: $('#noLoading#').lazyRule(()=>{ |
|
|
@ -185,7 +187,7 @@ function xunmi(name,data,ishkss) { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
//}
|
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: '没有接口,无法搜索', |
|
|
|
title: '没有接口,无法搜索', |
|
|
|
url: "hiker://empty", |
|
|
|
url: "hiker://empty", |
|
|
|