This commit is contained in:
duanliang
2025-05-30 13:50:43 +08:00
parent 21a3bc6452
commit e3f0196e76
16 changed files with 2049 additions and 96 deletions

View File

@@ -233,7 +233,6 @@
let monitorDefaultData = ref(null)
// 设置当前路由导航栏
const setNav = async () => {
console.log(monitorDefaultData.value,'setNav 测试 ++++++++++++')
navLeft.value = []
navRight.value = []
otherLeftNav.value = []
@@ -246,11 +245,12 @@
navLeft.value = [
{ name: '景区', path: '/scenic' },
{ name: '监控', path: '/monitor' },
{ name: '交通', path: '/traffic' }
{ name: '交通', path: '/traffic' },
{ name: '收藏', path: '/collect' },
]
navRight.value = [
{ name:'车船', path:'/vehicles'},
// { name: '工单', path: '/workOrder' },
{ name: '工单', path: '/workOrder' },
{ name: '舆情', path: '/sentiment' },
{ name: '场馆', path: '/hotel' }
]
@@ -293,6 +293,10 @@
title.value = '交通大屏'
isBack.value = true
break
case '/collect':
title.value = '核心视频'
isBack.value = true
break
case '/monitor':
title.value = '监控大屏'
isSkip.value = false
@@ -413,10 +417,10 @@
<style scoped lang="scss">
.amplify{
position:absolute;
right:vw(550);
top:vh(50);
right:vw(20);
top:vh(20);
.icon-qp{
width:vw(50);
width:vw(30);
}
}
.header {