You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
604 B

3 years ago
  1. 注意:
  2. 修改cloudfunctions下的文件需要提交云端才会生效,
  3. 右键修改的文件夹-》上传公共模块/上传部署!!!
  4. 通用配置
  5. 1.cloudfunctions/common/config/index.js
  6. 除个别前端配置,所有配置都在这里
  7. 2.根目录config的js,包含所有前端配置
  8. 小程序配置:
  9. 1.小程序直播配置(未开通小程序直播权限请勿配置该项,会报错)
  10. 在manifest.json->源码视图 mp-weixin下添加如下配置即可
  11. "plugins": {
  12. "live-player-plugin" : {
  13. "version" : "1.1.4",
  14. "provider" : "wx2b03c6e691cd7370"
  15. }
  16. }