This commit is contained in:
2025-03-31 17:36:49 +08:00
parent 490630d4c9
commit d7183fcc00
805 changed files with 1055 additions and 304753 deletions

View File

@@ -187,7 +187,7 @@
function getCategory() {
$.ajax({
url: "/system/category/tree?type=xmselect",
url: "/system/category/data?type=xmselect_tree",
type: 'post',
dataType: 'json',
headers: { 'X-CSRF-Token': $('#csrf_token').val() },

View File

@@ -278,7 +278,7 @@
function getCategory() {
$.ajax({
url: "/system/category/tree",
url: "/system/category/data?type=tree",
type: 'post',
dataType: 'json',
headers: { 'X-CSRF-Token': $('#csrf_token').val() },