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