From 36c3fae920f69c7bf72d5d9c1cbb90b06ed66f53 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 26 May 2024 21:17:58 +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 1b3fb61b3..9eadf0906 100755 --- a/route/static/app/config.js +++ b/route/static/app/config.js @@ -901,7 +901,7 @@ function getPanelSSL(){ //申请Lets证书 $('.apply-lets-ssl').click(function(){ showSpeedWindow('正在申请...', 'site.get_let_logs', function(layers,index){ - $.post('/config/apply_panel_let_ssl',{},function(rdata){ + $.post('/config/apply_panel_acme_ssl',{},function(rdata){ layer.close(loadT); if(rdata.status){ layer.close(index);