微信小程序开发踩坑记录

174次阅读
没有评论

报错汇总

Error: Component is not found in path “plugin://tencentvideo/video” (using by “pages/video/video”)

原因:未配置本项目使用的插件

解决方法:

1、登录”微信公众平台“,找到【设置】-【第三方设置】-【插件管理】,添加”腾讯视频“插件。

2、在app.json配置文件加入插件,注意插件版本号。

{
  "plugins": {
    "tencentvideo": {
      "version": "2.4.3",
      "provider": "wxa75efa648b60994b"
    }
  }
}
正文完
 0
wujingquan
版权声明:本站原创文章,由 wujingquan 于2024-01-26发表,共计265字。
转载说明:Unless otherwise specified, all articles are published by cc-4.0 protocol. Please indicate the source of reprint.
评论(没有评论)