|
|
@ -1211,7 +1211,7 @@ function xunmierji(type,ua) { |
|
|
|
} |
|
|
|
} |
|
|
|
lists.push(si); |
|
|
|
lists.push(si); |
|
|
|
}; |
|
|
|
}; |
|
|
|
}else if (/cms|xpath|biubiu/.test(type)) { |
|
|
|
}else if (/cms|xpath|biubiu|web/.test(type)) { |
|
|
|
let single = conts[i]||""; |
|
|
|
let single = conts[i]||""; |
|
|
|
if(single){ |
|
|
|
if(single){ |
|
|
|
let lines = single.split('#'); |
|
|
|
let lines = single.split('#'); |
|
|
@ -1227,12 +1227,6 @@ function xunmierji(type,ua) { |
|
|
|
} |
|
|
|
} |
|
|
|
lists.push(lines) |
|
|
|
lists.push(lines) |
|
|
|
}; |
|
|
|
}; |
|
|
|
}else if (type=='web') { |
|
|
|
|
|
|
|
let single = conts[i]||""; |
|
|
|
|
|
|
|
if(single){ |
|
|
|
|
|
|
|
let lines = single.split('#'); |
|
|
|
|
|
|
|
lists.push(lines) |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|