修复无法修复单个日志的Bug

This commit is contained in:
GoEdgeLab
2022-03-25 09:32:35 +08:00
parent ee24baf7d6
commit 33a366dafc

View File

@@ -40,7 +40,7 @@ Tea.context(function () {
}
this.fixLog = function (logId) {
this.$post(".fixLogs")
this.$post(".fix")
.params({
logIds: [logId]
})