类型:开发
描述:
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
const comRegister = () => {
|
||||
//初始化
|
||||
nextTick(()=>{
|
||||
webrtcInstance.jssipAgent('101','192.168.77.8','7066','Admin246246246',null,null,null);
|
||||
webrtcInstance.jssipAgent('111','192.168.77.8','7066','Admin1246246',null,null,null);
|
||||
// console.log(webrtcInstance.changeAgent)
|
||||
webrtcInstance.changeAgent.on('newRTCSession',(res)=>{
|
||||
timer.value = setInterval(()=>{
|
||||
|
||||
@@ -82,15 +82,10 @@
|
||||
</div>
|
||||
<div class="flex pt-20">
|
||||
<div class="box">
|
||||
<Title3 title="拥堵告警" />
|
||||
<!-- <Line :width="760" :height="180" :data="jamlData" :xAxisData="jamXAxisData" /> -->
|
||||
|
||||
<Title3 title="平均车速(KM/H)" />
|
||||
<traffic-jam :width="760"
|
||||
:series="jamlData[0].data"
|
||||
:data="jamXAxisData" :height="180" />
|
||||
|
||||
<Title3 title="平均车速(KM/H)" />
|
||||
<Line :width="760" :height="180" :data="jamlData" :xAxisData="jamXAxisData" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -403,9 +398,6 @@
|
||||
}
|
||||
&:nth-child(4) {
|
||||
.monitor-statistics-item__error {
|
||||
margin-top: vh(10);
|
||||
font-weight: bold;
|
||||
font-size: vw(24);
|
||||
color: #e21b1b;
|
||||
}
|
||||
.monitor-statistics-item__value {
|
||||
|
||||
Reference in New Issue
Block a user