From 667c60dda0ba101493a1723453eb7018f0bcb07b Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Mar 2023 14:55:48 +0800 Subject: [PATCH] Update config.js --- route/static/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/static/app/config.js b/route/static/app/config.js index fee3a63f8..cdfd745de 100755 --- a/route/static/app/config.js +++ b/route/static/app/config.js @@ -517,7 +517,7 @@ function getPanelSSL(){ // 设置面板SSL的Http $('.set_panel_http_to_https').click(function(){ var https = $('#toHttps').prop('checked'); - $.post('/config/del_panel_ssl',{'https':https},function(rdata){ + $.post('/config/set_panel_http_to_https',{'https':https},function(rdata){ layer.close(loadT); if(rdata.status){ layer.closeAll();