From ded566478b91b4824e6ce3caccc8f14735123d5f Mon Sep 17 00:00:00 2001 From: cgd_mac <349008059@qq.com> Date: Fri, 25 Feb 2022 11:43:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E9=80=80=E5=87=BA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B0=83=E7=94=A8notice/list=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 3 --- src/views/notice/NoticeList.vue | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 43cfb72..7841327 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -110,9 +110,6 @@ const user = { logout() .then(() => { clear() - setTimeout(() => { - resolve() - }, 300) resolve() }) .catch(() => { diff --git a/src/views/notice/NoticeList.vue b/src/views/notice/NoticeList.vue index e53b3d0..d43af1a 100644 --- a/src/views/notice/NoticeList.vue +++ b/src/views/notice/NoticeList.vue @@ -1,6 +1,6 @@