移除多余代码
parent
1fe6ae4556
commit
2ba5e40012
|
@ -18,9 +18,9 @@ import { initDownloadList, downloadList, downloadListMap, downloadStatus } from
|
||||||
import { markRaw } from '@renderer/utils/vueTools'
|
import { markRaw } from '@renderer/utils/vueTools'
|
||||||
import { download as eventDownloadNames } from '@renderer/event/names'
|
import { download as eventDownloadNames } from '@renderer/event/names'
|
||||||
|
|
||||||
window.downloadList = []
|
// window.downloadList = []
|
||||||
window.downloadListFull = []
|
// window.downloadListFull = []
|
||||||
window.downloadListFullMap = new Map()
|
// window.downloadListFullMap = new Map()
|
||||||
// state
|
// state
|
||||||
const state = {
|
const state = {
|
||||||
// list: window.downloadList,
|
// list: window.downloadList,
|
||||||
|
|
Loading…
Reference in New Issue