mine concerns 8.15

This commit is contained in:
2020-08-15 17:17:59 +08:00
4 changed files with 48 additions and 37 deletions

View File

@@ -440,6 +440,10 @@ export default {
// 设置里的帮助
getSettingHelpList() {
return vm.$u.post('document/help');
},
//获取默认头像
getDefaultAvatar(){
return vm.$u.post("member/getDefaultAvatar")
}
}