shawenguan 2 年之前
父节点
当前提交
6aa0c66f02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/jhsh/jhshHelper.js

+ 1 - 1
Scripts/jhsh/jhshHelper.js

@@ -71,7 +71,7 @@ if (!lk.isExecComm) {
 
 async function waitTest(){
     return new Promise(resolve => {
-        setTimeout(resolve, 3000);
+        // setTimeout(resolve, 3000);
     });
     // return new Promise((resolve) => setTimeout(resolve, time))
 }