提交 1ca0e116 编写于 作者: 雪洛's avatar 雪洛

fix: 移除未使用的参数避免编译告警

上级 c66c4636
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
success: () => { success: () => {
this.jest_result = true; this.jest_result = true;
}, },
fail: (err) => { fail: () => {
this.jest_result = false; this.jest_result = false;
}, },
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册