From bc8635a4f8ab9c01ec4ddaa7578e27eb1a370ab4 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 19 Jan 2024 10:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96reading.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/reading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/reading.js b/src/store/modules/reading.js index 5c7b6e4a..cfaa2f99 100644 --- a/src/store/modules/reading.js +++ b/src/store/modules/reading.js @@ -280,7 +280,7 @@ const actions = { // state.visitTaskList.splice(i, 1) state.visitTaskList.splice(i, 1, obj) requestPoolManager.resetCachedTask() - }else{ + } else { state.visitTaskList.push(obj) } }