diff --git a/src/views/govern/alarm/Transient.vue b/src/views/govern/alarm/Transient.vue index fcf47bc..2fb510d 100644 --- a/src/views/govern/alarm/Transient.vue +++ b/src/views/govern/alarm/Transient.vue @@ -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: [ diff --git a/src/views/setting/dictionary/tree/index.vue b/src/views/setting/dictionary/tree/index.vue index 422e5ef..e1362a4 100644 --- a/src/views/setting/dictionary/tree/index.vue +++ b/src/views/setting/dictionary/tree/index.vue @@ -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' },