Commit 31a6bb288ea788463a75930f7176f17664c2165e

Authored by loveumiko
1 parent 4cafa320

fix: 修复产品测试脚本接口超时不能关闭模态框

@@ -127,7 +127,7 @@ @@ -127,7 +127,7 @@
127 127
128 return output; 128 return output;
129 } catch (error) { 129 } catch (error) {
130 - return error; 130 + // return error;
131 } 131 }
132 } 132 }
133 133