Skip to content

Commit 2c42ef8

Browse files
committed
remove console in html report
1 parent 7691db9 commit 2c42ef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

report/src/views/Home.vue

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
method: "POST",
123123
body: JSON.stringify(data),
124124
}).then(resp => resp.json()).then(body => {
125-
console.log(body)
126125
if (body.code !== 0) {
127126
this.$message.error("提交失败! " + body.msg)
128127
return

0 commit comments

Comments
 (0)