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