Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -193,7 +193,7 @@ import { searchFamilyByPassphraseAPI, joinFamilyAPI } from '@/api/family'; | ... | @@ -193,7 +193,7 @@ import { searchFamilyByPassphraseAPI, joinFamilyAPI } from '@/api/family'; |
| 193 | // 导入主题颜色 | 193 | // 导入主题颜色 |
| 194 | import { THEME_COLORS } from '@/utils/config'; | 194 | import { THEME_COLORS } from '@/utils/config'; |
| 195 | // 默认头像 | 195 | // 默认头像 |
| 196 | -const defaultAvatar = 'https://cdn.ipadbiz.cn/mlaj/images/icon_1.jpeg' | 196 | +const defaultAvatar = 'https://cdn.ipadbiz.cn/lls_prog/images/%E5%85%A8%E5%AE%B6%E7%A6%8F3_%E5%89%AF%E6%9C%AC.jpg?imageMogr2/strip/quality/60' |
| 197 | 197 | ||
| 198 | const mottoChars = ref(['', '', '', '']); | 198 | const mottoChars = ref(['', '', '', '']); |
| 199 | const selectedRole = ref(''); | 199 | const selectedRole = ref(''); | ... | ... |
-
Please register or login to post a comment