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 @@