catalogUrl

函数描述

获取栏目指定发布通道的访问链接,例如:${catalogUrl(Catalog.catalogId, 'h5')}

函数参数

属性名类型必填描述
栏目IDLong
发布通道编码String

用法示例

示例1

使用场景:PC端获取移动端访问路径

<link rel="alternate" media="only screen and (max-width: 640px)" href="${catalogUrl(Catalog.catalogId, 'h5')}" />