feat(邀请新用户活动): 调整oss路径

This commit is contained in:
hzj 2026-03-10 19:17:12 +08:00
parent 78425d1b1e
commit 690b62402f

View File

@ -1308,7 +1308,7 @@ const getImgName = (filename) => {
} }
// OSSURL // OSSURL
const imageUrl = (filename) => getPngUrl('invitation/inviteNewUserNew/', filename) const imageUrl = (filename) => getPngUrl('invitation/inviteNewUser/', filename)
const { copy, isSupported } = useClipboard() const { copy, isSupported } = useClipboard()