From 1b381af7a7210f42246dc217a7bc2cbfe0bf7413 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Thu, 23 Jan 2020 01:01:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=8C=E6=9B=B2=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=88=97=E8=A1=A8=E6=97=A0=E6=B3=95=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=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/renderer/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/App.vue b/src/renderer/App.vue index ecd7dd21..8bfb5d88 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -204,7 +204,7 @@ export default { this.initList({ defaultList, loveList }) }, initDownloadList() { - let downloadList = window.electronStore_list.get('download.list') + let downloadList = window.electronStore_list.get('downloadList') if (downloadList) { downloadList.forEach(item => { if (item.status == this.downloadStatus.RUN || item.status == this.downloadStatus.WAITING) {