更新页面,对接接口

This commit is contained in:
2026-04-23 19:58:52 +08:00
parent 76819af5ad
commit 5766bfaff5
8 changed files with 216 additions and 244 deletions

View File

@ -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",