Browse Source

修复编辑器文件上传配置

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

4
src/views/desk/notice.vue

@ -139,13 +139,11 @@ 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',
props: { propsHttp: {
res: 'data', res: 'data',
url: 'link', url: 'link',
}, },
},
hide: true, hide: true,
minRows: 4, minRows: 4,
span: 24, span: 24,

Loading…
Cancel
Save