From 2ba5e40012c6f76c39a917a74d7e6244d95bad97 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 12 Dec 2021 21:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/store/modules/download.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/store/modules/download.js b/src/renderer/store/modules/download.js index 19f701e0..d344076c 100644 --- a/src/renderer/store/modules/download.js +++ b/src/renderer/store/modules/download.js @@ -18,9 +18,9 @@ import { initDownloadList, downloadList, downloadListMap, downloadStatus } from import { markRaw } from '@renderer/utils/vueTools' import { download as eventDownloadNames } from '@renderer/event/names' -window.downloadList = [] -window.downloadListFull = [] -window.downloadListFullMap = new Map() +// window.downloadList = [] +// window.downloadListFull = [] +// window.downloadListFullMap = new Map() // state const state = { // list: window.downloadList,