From 33a366dafce08d0b8615e8369ce5151d4511f6ba Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 25 Mar 2022 09:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=8D=95=E4=B8=AA=E6=97=A5=E5=BF=97=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/views/@default/clusters/logs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] })