feat(邀请新用户页): 更新图片引用路径

This commit is contained in:
hzj 2025-12-05 16:13:48 +08:00
parent 00cd645d25
commit 5ae12fadd5

View File

@ -529,7 +529,7 @@ const getImgName = (filename) => {
}
// OSSURL
const imageUrl = (filename) => getPngUrl('invitation/InviteNewUser2/', filename)
const imageUrl = (filename) => getPngUrl('invitation/InviteNewUser/', filename)
const { copy, isSupported } = useClipboard()