Commit 974b5eff authored by GaiaXalter's avatar GaiaXalter 💬

同步:production

parent b8b67da7
Pipeline #9385 failed with stages
in 1 minute and 46 seconds
......@@ -398,7 +398,7 @@
API.getAvatar({ username: username }).then((res) => {
_this.avatar_url = res.data
}, (res) => {
_this.avatar_url = "https://cdn01.moecube.com/accounts/default_avatar.jpg"
_this.avatar_url = "https://cdn02.moecube.com:444/accounts/default_avatar.jpg"
});
API.getUserInfo({ username: username }).then((res) => {
......@@ -425,4 +425,4 @@
.scroll {
width: 250%;
}
</style>
\ No newline at end of file
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment