Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 36c87ff

Browse files
committed
调整node获取图片信息的方案
1 parent 44a7030 commit 36c87ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-srv/controller/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ const getUserInfo = async ctx => {
119119
username: user.username,
120120
nickname: user.nickname,
121121
email: user.email.replace(baseController.REG.MAIL_ENCODE, '$1****$2'),
122-
headImg: user.headImg ? baseConfig.imgUri + user.headImg : null
122+
headImg: user.headImg ? baseConfig.headImgUri + user.headImg : null
123123
};
124124
};

0 commit comments

Comments
 (0)