e3e7094e by 任超
2 parents 5bb6db0d 2dbc523c
......@@ -157,7 +157,7 @@ export default {
unloadHandler(e) {
this._gap_time = new Date().getTime() - this._beforeUnload_time
//判断是窗口关闭还是刷新
if (this._gap_time <= 5) {
if (this._gap_time <= 10) {
//取消认领
unClaimTask(this.bsmSlsq,this.bestepid)
}
......