Browse Source

Update style.js

tags/6.2.12
叙述、别离 7 months ago
parent
commit
77324def95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/static/web/js/style.js

+ 1
- 1
src/static/web/js/style.js View File

@@ -134,7 +134,7 @@ function ErrAddSaveDo(modalID) {
}; };
$("#btnsubmit").attr("disabled", "disabled"); $("#btnsubmit").attr("disabled", "disabled");
if (typeof PHPURL === "undefined") { if (typeof PHPURL === "undefined") {
const PHPURL = "/plus";
const PHPURL = "/apps";
} }
$.post(PHPURL + "/erraddsave.php", parms, function (data) { $.post(PHPURL + "/erraddsave.php", parms, function (data) {
let result = JSON.parse(data); let result = JSON.parse(data);


Loading…
Cancel
Save