From 8e375801bde82c6ba699baf58feea309c533bfe7 Mon Sep 17 00:00:00 2001 From: zhouliujun <1096432931@qq.com> Date: Thu, 14 Nov 2019 17:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87137bf..03d6c7c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Vue.use(VueAliplayerV2); + id="player-1194076936807171180" + :options="options" /> @@ -35,7 +35,7 @@ export default { data(){ return { options: { //配置项 - source:'rtmp://182.145.195.238:1935/hls/1194076936807170053' + source:'rtmp://182.112.15.258:1688/hls/1194076936807171180' } } },