Commit d268a7b4 authored by 劳琪峰's avatar 劳琪峰

chore: 修改自定义链接的跳转方式

parent c5ff2c08
......@@ -47,7 +47,7 @@ function transformClickAreaProperties(item: ClickAreaType) {
break
case 'LINK': // 自定义链接
link = {
type: JumpType.H5,
type: JumpType.INNER,
url: '/pages/activity/index?url=' + encodeURIComponent(item.link.url),
}
break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment