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

This commit is contained in:
刘祥超
2022-03-25 09:32:35 +08:00
parent a25938022f
commit 0127050d89

View File

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