Commit be8bfb2b001b2135bc2c6248fb5188d062198a97

Authored by loveumiko
Committed by xp.Huang
1 parent 4cafa320

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


(cherry picked from commit 31a6bb28)
@@ -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