zhangxc %!s(int64=4) %!d(string=hai) anos
pai
achega
26c03179ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/js/promise.js

+ 1 - 1
src/js/promise.js

@@ -119,7 +119,7 @@ const newinConf = {
   openMode: "_blank"  //每次都是新窗口打开为_blank,打开同一窗口填写任意字符串
 }
 
-const newWindowLocation = `width=${newinConf.width}, height=${newinConf.height}, left=${newinConf.left}, top=${newinConf.top} scrollbars=yes`
+const newWindowLocation = `width=${newinConf.width}, height=${newinConf.height}, left=${newinConf.left}, top=${newinConf.top},resizable=yes, scrollbars=yes`
 const openNewWin = function (url) {
   window.open(url, newinConf.openMode, newWindowLocation)
 }