feat:新增舆情页面

This commit is contained in:
zjc
2024-12-18 18:16:36 +08:00
parent 18ba2e86eb
commit 42a680c9c3
4 changed files with 79 additions and 1 deletions

View File

@@ -12,6 +12,11 @@
import box3 from './components/box-3.vue'
import box4 from './components/box-4.vue'
const navLeft = [{ name: '安全' }, { name: '景区', path: '/scenic' }, { name: '交通' }]
const navRight = [{ name: '停车' }, { name: '工单' }, { name: '舆情' }, { name: '酒店' }]
const navRight = [
{ name: '停车' },
{ name: '工单' },
{ name: '舆情', path: '/sentiment' },
{ name: '酒店' }
]
onMounted(() => {})
</script>