Commit c1fa2b37316ccec2c5e33cf171ed29856dd5687e

Authored by xp.Huang
2 parents 4cafa320 be8bfb2b

Merge branch 'cherry-pick-31a6bb28' into 'main'

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

See merge request yunteng/thingskit-front!1404
@@ -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