🐛修复360浏览器404、401页面显示错位的bug

This commit is contained in:
chuzhixin 2020-10-04 14:07:43 +08:00
parent c8d1f93b9f
commit 2540cbdd8a
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
this.delOthersVisitedRoutes({ path: "/" }); this.delOthersVisitedRoutes({ path: "/" });
clearInterval(this.timer); clearInterval(this.timer);
} }
}, 1000000); }, 1000);
}, },
}, },
}; };

View File

@ -61,7 +61,7 @@
this.delOthersVisitedRoutes({ path: "/" }); this.delOthersVisitedRoutes({ path: "/" });
clearInterval(this.timer); clearInterval(this.timer);
} }
}, 1000000); }, 1000);
}, },
}, },
}; };