Commit 70111bf1 authored by 王亚晖's avatar 王亚晖

添加气象干预路由地址

parent 5d923820
......@@ -364,6 +364,13 @@ const routes = [
meta: {
title: '视频监控'
}
},{
path: '/Scheduling/WeatherManage',
name: 'WeatherManage',
component: () => import('@/views/Scheduling/WeatherManage.vue'),
meta: {
title: '气象干预'
}
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment