fix: 更新用户头像的URL地址

This commit is contained in:
Shu Guang 2025-05-18 02:27:42 +08:00
parent a589d7ed37
commit 37a1fbba25

View File

@ -68,7 +68,8 @@ export default {
loading: false, loading: false,
chatHistory: [], chatHistory: [],
editor: null, editor: null,
userAvatar: "https://avatars.githubusercontent.com/u/1?v=4", userAvatar:
"https://onlinephoto.oss-cn-chengdu.aliyuncs.com/hangtian/touxiang.jpg",
aiAvatar: "https://avatars.githubusercontent.com/u/2?v=4", aiAvatar: "https://avatars.githubusercontent.com/u/2?v=4",
}; };
}, },