Skip to content

文章 - 设置 PC 渠道

如果文章没有 pc 渠道可能会导致无法获取到数据

比如

html
    <hlx-template
      component-type="newsPage"
      component-query-option="{'columnIds':[],'start':0,'count':100,'showMedium':'PC'}"
      component-variable="newsList"
    ></hlx-template>

showMedium 就要求是 pc

如何手动设置?