feat(新旧两个邀新活动): 调整图源路径

This commit is contained in:
hzj 2026-03-05 11:59:23 +08:00
parent 422d968c9f
commit 22be86e545
2 changed files with 2 additions and 2 deletions

View File

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

View File

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