feat:首页添加跳转

This commit is contained in:
zjc
2024-12-19 18:24:45 +08:00
parent ae377b5370
commit 1efefe8325

View File

@@ -14,7 +14,7 @@
const navLeft = [ const navLeft = [
{ name: '安全', path: '/monitor' }, { name: '安全', path: '/monitor' },
{ name: '景区', path: '/scenic' }, { name: '景区', path: '/scenic' },
{ name: '交通' } { name: '交通', path: '/traffic' }
] ]
const navRight = [ const navRight = [
{ name: '停车' }, { name: '停车' },