diff --git a/web/views/@default/clusters/logs/index.js b/web/views/@default/clusters/logs/index.js index a2a6de48..efcc8ba0 100644 --- a/web/views/@default/clusters/logs/index.js +++ b/web/views/@default/clusters/logs/index.js @@ -40,7 +40,7 @@ Tea.context(function () { } this.fixLog = function (logId) { - this.$post(".fixLogs") + this.$post(".fix") .params({ logIds: [logId] })