From 2f32bc11a91aff2068ebdf8426cac6ba21a00973 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Thu, 28 Dec 2023 15:07:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=9B=B8=E5=AF=B9=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/index.php b/web/public/index.php index d6eaec39..0da1e90b 100644 --- a/web/public/index.php +++ b/web/public/index.php @@ -82,7 +82,7 @@ define('ROOT_PATH', dirname(__DIR__)); $('#btn-convert').click(function () { const code = textarea1.value - $.post("/convert.php", {code: code}, function (result) { + $.post("./convert.php", {code: code}, function (result) { const json = JSON.parse(result) textarea1.value = json.data.code $('#btn-convert').hide()