...
|
...
|
@@ -90,8 +90,10 @@ |
|
|
}
|
|
|
function jump(e){
|
|
|
console.log(e);
|
|
|
|
|
|
window.location.href='http://sign.w.brotop.cn/index/index/jump/url='+e
|
|
|
var url='http://sign.w.brotop.cn/index/index/jump/url='+e;
|
|
|
console.log(url);
|
|
|
return ;
|
|
|
//window.location.href=
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|