Merge remote-tracking branch 'origin/master'

This commit is contained in:
zhangxin10 2015-12-15 20:00:36 +08:00
commit e31723ba8f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}