From 77324def959c5952513621079b1790544d8153b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Tue, 19 Sep 2023 18:06:35 +0800 Subject: [PATCH] Update style.js --- src/static/web/js/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/web/js/style.js b/src/static/web/js/style.js index a68579ad..c51710c5 100644 --- a/src/static/web/js/style.js +++ b/src/static/web/js/style.js @@ -134,7 +134,7 @@ function ErrAddSaveDo(modalID) { }; $("#btnsubmit").attr("disabled", "disabled"); if (typeof PHPURL === "undefined") { - const PHPURL = "/plus"; + const PHPURL = "/apps"; } $.post(PHPURL + "/erraddsave.php", parms, function (data) { let result = JSON.parse(data);