feat(components): 添加parentId参数和MP验证文件

- 在BNNews组件的pageCmsArticle调用中新增parentId参数,值为4131
- 添加了小程序验证文件MP_verify_Am0dcWhQs2e4LW9G.txt以支持域名验证
This commit is contained in:
2026-04-07 13:17:34 +08:00
parent f3b88d48c5
commit a8e231746f
3 changed files with 2 additions and 0 deletions

View File

@@ -56,6 +56,7 @@
pageCmsArticle({
recommend: 1,
limit: 5,
parentId: 4131,
hasImage: true,
lang: getLang()
}).then(res => {