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: '通知内容',
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,

Loading…
Cancel
Save