From c62d3512992c6ffeb47343881f65822d15a3970d Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Thu, 2 Mar 2023 11:16:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=87=8D=E5=A4=8D=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/user/info.js | 3 --- 1 file changed, 3 deletions(-) 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({