feat(新旧两个邀新活动): 调整图源路径
This commit is contained in:
parent
422d968c9f
commit
22be86e545
@ -557,7 +557,7 @@ const getImgName = (filename) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const imageUrl = (filename) => getPngUrl('invitation/InviteNewUser/', filename)
|
const imageUrl = (filename) => getPngUrl('invitation/InviteToRegister/', filename)
|
||||||
|
|
||||||
const { copy, isSupported } = useClipboard()
|
const { copy, isSupported } = useClipboard()
|
||||||
|
|
||||||
|
|||||||
@ -1114,7 +1114,7 @@ const getImgName = (filename) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const imageUrl = (filename) => getPngUrl('invitation/inviteTemp/', filename)
|
const imageUrl = (filename) => getPngUrl('invitation/inviteNewUser/', filename)
|
||||||
|
|
||||||
const { copy, isSupported } = useClipboard()
|
const { copy, isSupported } = useClipboard()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user