From 2540cbdd8a91e94f6a664c964b0193716582a328 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Sun, 4 Oct 2020 14:07:43 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=E4=BF=AE=E5=A4=8D360=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8404=E3=80=81401=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E4=BD=8D=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/401.vue | 2 +- src/views/404.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/401.vue b/src/views/401.vue index f7ed7fa..433824c 100644 --- a/src/views/401.vue +++ b/src/views/401.vue @@ -62,7 +62,7 @@ this.delOthersVisitedRoutes({ path: "/" }); clearInterval(this.timer); } - }, 1000000); + }, 1000); }, }, }; diff --git a/src/views/404.vue b/src/views/404.vue index a8439d6..6149e71 100644 --- a/src/views/404.vue +++ b/src/views/404.vue @@ -61,7 +61,7 @@ this.delOthersVisitedRoutes({ path: "/" }); clearInterval(this.timer); } - }, 1000000); + }, 1000); }, }, };