类型:开发

描述:
This commit is contained in:
2025-06-25 02:11:03 +08:00
parent 2cae29e9b4
commit 08afbe8c7a
2 changed files with 18 additions and 26 deletions

View File

@@ -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(()=>{

View File

@@ -82,15 +82,10 @@
</div>
<div class="flex pt-20">
<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)" />
<Line :width="760" :height="180" :data="jamlData" :xAxisData="jamXAxisData" />
<traffic-jam :width="760"
:series="jamlData[0].data"
:data="jamXAxisData" :height="180" />
</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 {