Browse Source

修复编辑器文件上传配置

fix_bug_pro20231227
smallchill 1 year ago
parent
commit
b2c58d62d9
  1. 10
      src/views/desk/notice.vue

10
src/views/desk/notice.vue

@ -139,12 +139,10 @@ export default {
label: '通知内容', label: '通知内容',
prop: 'content', prop: 'content',
component: 'avue-ueditor', component: 'avue-ueditor',
options: { action: '/blade-resource/oss/endpoint/put-file',
action: '/blade-resource/oss/endpoint/put-file', propsHttp: {
props: { res: 'data',
res: 'data', url: 'link',
url: 'link',
},
}, },
hide: true, hide: true,
minRows: 4, minRows: 4,

Loading…
Cancel
Save