修改登录后,chrom无法跳转问题。
This commit is contained in:
parent
b388f111e0
commit
3998755976
|
|
@ -51,7 +51,7 @@
|
|||
console.log(data);
|
||||
var result = data.result;
|
||||
if(result == 'OK'){
|
||||
parent.location.reload();
|
||||
top.location.href='${base}';
|
||||
}else{
|
||||
alert(data.msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue