Commit 58c243eb by chenyu

update: update

parent fa754bfa
......@@ -101,10 +101,10 @@ export default {
activityImage: [ { required: true, message: '请上传活动图片' } ],
activitySort: [ { required: true, message: '请输入排序号' } ],
},
projectName: 'gic-marketing-operation', // 当前项目名(必传参数)
projectName: 'marketing-operation', // 当前项目名(必传参数)
limitW: 80, // 上传图片的限制宽度(数字),(可选参数),各个调用地方可能不同
limitH: 80, // 上传图片的限制高度(数字),(可选参数),各个调用地方可能不同
actionUrl: '/api-plug/upload-img', // 必选参数,上传的相对地址 String 类型,切勿硬编码写死地址
actionUrl: '/marketing-operation/upload-img', // 必选参数,上传的相对地址 String 类型,切勿硬编码写死地址
accept: 'image/jpg,image/jpeg,image/png',
maxlength: 1, // 图片数量 默认 5
imageList: [], // 是否显示已上传文件列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment