修改接口

This commit is contained in:
GGJ
2024-10-10 15:57:12 +08:00
parent e35a697319
commit 71f7f1991a
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ const rankOptions = ref([
])
const tableStore = new TableStore({
url: '/cs-harmonic-boot/eventUser/queryEventpage',
url: '/cs-harmonic-boot/eventUser/queryEventpageWeb',
method: 'POST',
publicHeight: 65,
column: [

View File

@@ -24,7 +24,7 @@ defineOptions({
const popupFormRef = ref()
const tableStore = new TableStore({
showPage:false,
url: '/system-boot/dic/dicTree',
url: '/system-boot/dictTree/queryTree',
method: 'GET',
column: [
{ title: '字典名称', field: 'name', treeNode: true, align: 'left' },