日志
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7e37e2e6ae
commit
90bd4d7f2c
|
@ -83,5 +83,6 @@ export async function openWindow(url, name, Skip = false) {
|
||||||
for (let key in newCurr) {
|
for (let key in newCurr) {
|
||||||
fulls += `${key}=${(newCurr[key] || newCurr[key] === 0) ? newCurr[key] : 0},`
|
fulls += `${key}=${(newCurr[key] || newCurr[key] === 0) ? newCurr[key] : 0},`
|
||||||
}
|
}
|
||||||
|
console.log(fulls, 'fulls')
|
||||||
return window.open(url, name, fulls);
|
return window.open(url, name, fulls);
|
||||||
}
|
}
|
Loading…
Reference in New Issue