@@ -97,7 +97,6 @@ const jQuery = require('jquery');
//console.log('bbbbbbb')
ops.fatherWrapper.append(box)
} else {
- console.log()
$("body").append(box)
}
if (ops.type == 'tip') {
@@ -257,7 +257,7 @@ function unloginPop(msg){
sureBtn: false,
message: msg || '登录过期',
callback: function () {
- window.location.href = 'login.html'
+ (parent||window).location.href = 'login.html'
});