添加默认头像

This commit is contained in:
BOOL\25024
2024-01-18 14:25:27 +08:00
parent 39e4dfbcdf
commit 50d0873a68

View File

@@ -137,7 +137,8 @@ export default {
total: 0, total: 0,
memberGroupList: [], memberGroupList: [],
getTotal: 0, getTotal: 0,
details: [] details: [],
defaultImg: [{ img: require('../../../assets/images/headPort.png') }],//默认头像
}; };
}, },