From b2c58d62d92bab7906ae4ac0ce0d4e59a2167e7a Mon Sep 17 00:00:00 2001 From: smallchill Date: Sun, 3 Sep 2023 17:21:49 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/desk/notice.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue index eebce6e1..ae658b3d 100644 --- a/src/views/desk/notice.vue +++ b/src/views/desk/notice.vue @@ -139,12 +139,10 @@ export default { label: '通知内容', prop: 'content', component: 'avue-ueditor', - options: { - action: '/blade-resource/oss/endpoint/put-file', - props: { - res: 'data', - url: 'link', - }, + action: '/blade-resource/oss/endpoint/put-file', + propsHttp: { + res: 'data', + url: 'link', }, hide: true, minRows: 4,