切换到jsh的版本

This commit is contained in:
qiankunpingtai
2019-11-08 20:34:36 +08:00
parent 9182e734fc
commit 7cabc39ab8
125 changed files with 1692 additions and 46688 deletions

View File

@@ -48,17 +48,16 @@
}
}
//cnodes = cnodes.substring(0, cnodes.length - 1);
// pnodes = pnodes.substring(0, pnodes.length - 1);
pnodes = pnodes.substring(0, pnodes.length - 1);
if (ctype == 'child') {
return cnodes;
}
else if("all"){
return cnodes+pnodes;
}else{
return pnodes;
else {
return pnodes
}
}
;
};
$(function () {
@@ -85,7 +84,7 @@
info: JSON.stringify({
type: type,
keyid: url_id,
value: GetNode('all')
value: GetNode('child')
})
},
dataType: "json",