Compare commits
No commits in common. "6417d07c7a710574d8a71b33d910cd53461f7472" and "2f324e08658671aca3fac0cfad1a31289cbd8dc3" have entirely different histories.
6417d07c7a
...
2f324e0865
|
|
@ -14,16 +14,9 @@
|
|||
|
||||
<link rel="stylesheet" href="css/sichuanTibet.css?v=2024103201" />
|
||||
|
||||
<<<<<<< HEAD
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://api.map.baidu.com/api?type=webgl&v=1.0&ak=nDcjhjtaNwnVrKNIDbjibTm6i4u0k0fk"
|
||||
></script>
|
||||
=======
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=nDcjhjtaNwnVrKNIDbjibTm6i4u0k0fk"></script>
|
||||
>>>>>>> 2f324e08658671aca3fac0cfad1a31289cbd8dc3
|
||||
<script src="/cdn/vue/dist/vue.js"></script>
|
||||
<script src="/cdn/element-ui/lib/index.js"></script>
|
||||
<script src="/cdn/jquery/3.5.1/jquery.min.js"></script>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -14,7 +14,6 @@ Page({
|
|||
ysToken: '',
|
||||
palyUrl: '',
|
||||
channelNo: 0,
|
||||
loginName: '',
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
@ -32,8 +31,7 @@ Page({
|
|||
let _url = "rtmp://open.ys7.com/"+_dat[0]+"/"+_cha+"/live";
|
||||
this.setData({
|
||||
palyUrl: _url,
|
||||
channelNo: _cha,
|
||||
loginName: app.globalData.userData.userName,
|
||||
channelNo: _cha
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@
|
|||
id="ezplayer"
|
||||
accessToken="{{ysToken}}"
|
||||
url="{{palyUrl}}"
|
||||
plugins="talk,voice,capture,ptz"
|
||||
plugins="talk,voice,capture"
|
||||
width="360"
|
||||
height="300"
|
||||
watermark="{{loginName}}"
|
||||
watermark="shuiyin"
|
||||
themeData="{'poster':'','controls':{fullScreenBtn:false,hdBtn:true}}"
|
||||
channelNo="{{channelNo}}"
|
||||
bind:handleError="handleError"
|
||||
|
|
|
|||
Loading…
Reference in New Issue