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

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

View File

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