更新页面,对接接口
This commit is contained in:
@ -552,6 +552,16 @@ const routes = [
|
||||
name: "video-monitor",
|
||||
component: () => import("../pages/videoMonitor/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "/videoMonitorMap",
|
||||
name: "videoMonitorMap",
|
||||
component: () => import("../pages/videoMonitorMap/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "/warningList",
|
||||
name: "warningList",
|
||||
component: () => import("../pages/warningList/index.vue"),
|
||||
},
|
||||
// 新增:Greeting message 完整转换页面
|
||||
{
|
||||
path: "/keyDetection",
|
||||
|
||||
Reference in New Issue
Block a user