Commit 0107b8d5f56b7f8f52e60c64088db38fd5093980

Authored by xp.Huang
2 parents 6c75dcbb 31a6bb28

Merge branch 'fix/product-modal-cloase-error' into 'main_dev'

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

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