日志
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-09 17:37:55 +08:00
parent 7e37e2e6ae
commit 90bd4d7f2c
1 changed files with 1 additions and 0 deletions

View File

@ -83,5 +83,6 @@ export async function openWindow(url, name, Skip = false) {
for (let key in newCurr) {
fulls += `${key}=${(newCurr[key] || newCurr[key] === 0) ? newCurr[key] : 0},`
}
console.log(fulls, 'fulls')
return window.open(url, name, fulls);
}