feat:更换oss

This commit is contained in:
2026-01-31 12:03:26 +08:00
parent 03481fc5e7
commit c03de41336
56 changed files with 147 additions and 147 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ export default {
getUserInfo().then(res => {
if (res.bizcode == 100) {
this.userInfo = res.data;
this.userInfo.avatarUrl = this.userInfo.avatarUrl ? this.userInfo.avatarUrl : 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/default-avatar.png';
this.userInfo.avatarUrl = this.userInfo.avatarUrl ? this.userInfo.avatarUrl : 'https://static.tbmall.xin/static/default-avatar.png';
this.headList[0].value = this.userInfo.avatarUrl;
this.userInfo.nickname = this.userInfo.nickname ? this.userInfo.nickname : '暂未设置';
this.headList[1].value = this.userInfo.nickname;