diff --git a/src/option/user/info.js b/src/option/user/info.js index eb2ade1..bb63f44 100644 --- a/src/option/user/info.js +++ b/src/option/user/info.js @@ -107,9 +107,6 @@ export const userInfoOption = { tip: '只能上传jpg/png用户头像,且不超过500kb', span: 12, row: true, - prop: 'avatar', - tip: '只能上传jpg/png用户头像,且不超过500kb', - action: '/api/blade-resource/oss/endpoint/put-file', uploadBefore: (file, done, loading) => { if (['image/png', 'image/jpeg'].indexOf(file.type) == -1) { Message({