From 062f0303b434053b3f13080d815631eff41b962c Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sun, 29 May 2022 19:09:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=81=8A=E5=A4=A9=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=B8=AD=E5=88=B7=E6=96=B0=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=86=8D=E7=BB=A7=E7=BB=AD=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/store/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/store/state.js b/resources/assets/js/store/state.js index 915a87f2b..89c63657f 100644 --- a/resources/assets/js/store/state.js +++ b/resources/assets/js/store/state.js @@ -24,7 +24,7 @@ const stateData = { cacheUserBasic: $A.getStorageArray("cacheUserBasic"), // Dialog - cacheDialogs: $A.getStorageArray("cacheDialogs"), + cacheDialogs: $A.getStorageArray("cacheDialogs").map(item => Object.assign(item, {loading: false})), cacheUnreads: {}, // Project