提交 04f5360b 编写于 作者: D DCloud_LXH

Merge branch 'master' into vuepress

......@@ -6,9 +6,10 @@
|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序、飞书小程序|QQ小程序|快应用|360小程序|快手小程序|京东小程序|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√(仅nvue)|x|√|x|x|x|x|x|x|x|x|
|√(nvue)、vue 3.4.1+|x|√|x|x|x|x|x|x|x|x|
如app平台的vue页面需要支持直播推流,需编写条件编译代码,使用 `plus.video.LivePusher`[业务指南](https://ask.dcloud.net.cn/article/13416)[规范文档](http://www.html5plus.org/doc/zh_cn/video.html#plus.video.LivePusher)。还是推荐直接使用nvue里的`live-pusher`组件。
app平台的 3.4.1+ vue页面已支持 live-pusher,3.4.1以前的版本
需编写条件编译代码,使用 `plus.video.LivePusher`[业务指南](https://ask.dcloud.net.cn/article/13416)[规范文档](http://www.html5plus.org/doc/zh_cn/video.html#plus.video.LivePusher)。还是推荐直接使用nvue里的`live-pusher`组件。
app开发,推荐使用nvue做直播,比使用vue的优势有:
1. nvue也可一套代码编译多端。
......
......@@ -388,6 +388,9 @@ errMsg用于存放具体错误信息,包括展示给开发者、终端用户
|checkAddress |Function |- |- |校验请求地址 |
|trace |Boolean |- |false |是否启用捕获堆栈 |
**注意**
默认情况下request接口不会处理返回的数据,即不传`dataType`参数时会返回buffer类型的数据,如需自动解析json格式的返回结果,需要将`dataType`设置为`"json"`
**示例代码**
......
......@@ -50,7 +50,7 @@ keyword: 短信,sms
{
"name": "uni-sms",
"extensions": {
"uni-cloud-sms": {} // 启用uni-cloud-jql扩展,值为空对象即可
"uni-cloud-sms": {} // 启用uni-cloud-sms扩展,值为空对象即可
}
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册