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: '通知内容',
prop: 'content',
component: 'avue-ueditor',
options: {
action: '/blade-resource/oss/endpoint/put-file',
props: {
propsHttp: {
res: 'data',
url: 'link',
},
},
hide: true,
minRows: 4,
span: 24,

Loading…
Cancel
Save