fix(): 修复头像不展示

master
DongZeLiang 2024-09-12 16:33:40 +08:00
parent 66eaf7bc31
commit 3d99f27ca0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const actions = {
const { userName } = data const { userName } = data
commit('SET_NAME', userName) commit('SET_NAME', userName)
commit('SET_AVATAR', "'https://wpimg.wallstcn.com/f778738c-e4f8-4870-b634-56703b4acafe.gif'") commit('SET_AVATAR', 'https://wpimg.wallstcn.com/f778738c-e4f8-4870-b634-56703b4acafe.gif')
resolve(data) resolve(data)
}).catch(error => { }).catch(error => {
reject(error) reject(error)