From 6b07db01b1045143603cc90dde8c2e966f63cced Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期五, 11 九月 2020 11:41:13 +0800 Subject: [PATCH] 提交内容 --- src/pages/home.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/pages/home.vue b/src/pages/home.vue index ef151a5..ddb172b 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -150,7 +150,10 @@ },5000); } }).catch(error=>{ - + clearInterval(this.timer); + this.timer = setTimeout(()=>{ + this.checkUserLogin(); + },5000); }); }, }, -- Gitblit v1.9.1