From c958ebb34b91f17e52bcc9ca5de11e8087affda5 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 18 十月 2023 11:17:37 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/views/desk/notice.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/desk/notice.vue b/Source/UBCS-WEB/src/views/desk/notice.vue index 7886ec9..c3416d3 100644 --- a/Source/UBCS-WEB/src/views/desk/notice.vue +++ b/Source/UBCS-WEB/src/views/desk/notice.vue @@ -55,6 +55,7 @@ height: 'auto', calcHeight: 30, dialogWidth: 950, + columnBtn:false, tip: false, searchShow: true, searchMenuSpan: 6, @@ -80,7 +81,7 @@ { label: "閫氱煡绫诲瀷", type: "select", - dicUrl: "/api/blade-system/dict/dictionary?code=notice", + dicUrl: "/api/ubcs-system/dict/dictionary?code=notice", props: { label: "dictValue", value: "dictKey" @@ -130,7 +131,7 @@ prop: "content", component: 'AvueUeditor', options: { - action: '/api/blade-resource/oss/endpoint/put-file', + action: '/api/ubcs-resource/oss/endpoint/put-file', props: { res: "data", url: "link", -- Gitblit v1.9.3