From 76866a46f0be493cae682caaf85b328e0875d57b Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 10 Jun 2024 01:15:44 +0800 Subject: [PATCH] update --- plugins/mysql-apt/index.html | 2 +- plugins/mysql-apt/js/mysql-apt.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql-apt/index.html b/plugins/mysql-apt/index.html index b7a10aeef..7732e6dbc 100755 --- a/plugins/mysql-apt/index.html +++ b/plugins/mysql-apt/index.html @@ -2,7 +2,7 @@
- +

服务

自启动

配置文件

diff --git a/plugins/mysql-apt/js/mysql-apt.js b/plugins/mysql-apt/js/mysql-apt.js index 68aea72c7..134254c57 100755 --- a/plugins/mysql-apt/js/mysql-apt.js +++ b/plugins/mysql-apt/js/mysql-apt.js @@ -1825,7 +1825,7 @@ function getMasterRepSlaveList(){ try { rdata = $.parseJSON(data.data); } catch(e){ - console.log(e); + // console.log(e); } var list = ''; // console.log(rdata['data']);