From 659c462d91663106978d2729ffe6ce51bcc73c9a Mon Sep 17 00:00:00 2001 From: yueliuli <1628111725@qq.com> Date: Thu, 23 Apr 2026 17:13:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B7=AF=E7=94=B1=E7=BB=93?= =?UTF-8?q?=E6=9E=84=EF=BC=8C=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.vue | 187 ++++++++++++-- .../index.vue} | 3 - src/pages/nav/VideoTrackDemo.vue | 156 ------------ .../nav/hazardCheck/1_隐患检查 copy.vue | 241 ------------------ src/pages/nav/hazardCheck/index.vue | 188 -------------- src/typed-router.d.ts | 5 +- 6 files changed, 173 insertions(+), 607 deletions(-) rename src/pages/nav/{hazardCheck/HazardCheckResult.vue => HazardCheckResult/index.vue} (99%) delete mode 100644 src/pages/nav/VideoTrackDemo.vue delete mode 100644 src/pages/nav/hazardCheck/1_隐患检查 copy.vue delete mode 100644 src/pages/nav/hazardCheck/index.vue diff --git a/src/pages/index.vue b/src/pages/index.vue index 2d7879e..6543645 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,17 +1,174 @@ + + - - - - 安责险隐患检查 - - - - 本地视频隐患检查 - - - 物体跟踪 demo - - - + + + + + + + + + + + + + + 物体识别 + + + 隐患检查 + + + 生成报告 + + + 音频识别 + + + + + + 重置表单 + + + 查看结果 + + + 运行检查 + + + + + + + diff --git a/src/pages/nav/hazardCheck/HazardCheckResult.vue b/src/pages/nav/HazardCheckResult/index.vue similarity index 99% rename from src/pages/nav/hazardCheck/HazardCheckResult.vue rename to src/pages/nav/HazardCheckResult/index.vue index 935ed56..a28c7bb 100644 --- a/src/pages/nav/hazardCheck/HazardCheckResult.vue +++ b/src/pages/nav/HazardCheckResult/index.vue @@ -312,9 +312,6 @@ onMounted(() => { 主页 - - 隐患检查 - 隐患检查结果 diff --git a/src/pages/nav/VideoTrackDemo.vue b/src/pages/nav/VideoTrackDemo.vue deleted file mode 100644 index a619896..0000000 --- a/src/pages/nav/VideoTrackDemo.vue +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - {{ box.label }} - - - - - - - 当前时间:{{ currentTime.toFixed(2) }}s - - - 已选中 ID:{{ selectedBox.id }} | 标签:{{ selectedBox.label }} - - - - - - - diff --git a/src/pages/nav/hazardCheck/1_隐患检查 copy.vue b/src/pages/nav/hazardCheck/1_隐患检查 copy.vue deleted file mode 100644 index eb52be0..0000000 --- a/src/pages/nav/hazardCheck/1_隐患检查 copy.vue +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - 主页 - - 隐患检查 - - - - - - - - - 隐患列表 - - - - - {{ item }} - - - - - 物体列表 - - - - {{ item }} - - - - - - - - - - - - - {{ box.label }} - - - - - - 轨道 - - - - - - - 隐患描述 - - - 依据 - - - 整改建议 - - - - - - 查看报告 - - - - - - - - diff --git a/src/pages/nav/hazardCheck/index.vue b/src/pages/nav/hazardCheck/index.vue deleted file mode 100644 index 17f073c..0000000 --- a/src/pages/nav/hazardCheck/index.vue +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - 主页 - - 隐患检查 - - - - - - - - - - - - - - - 物体识别 - - - 隐患检查 - - - 生成报告 - - - 音频识别 - - - - - - 重置表单 - - - 查看结果 - - - 运行检查 - - - - - - - - diff --git a/src/typed-router.d.ts b/src/typed-router.d.ts index ce0c0fe..c42c522 100644 --- a/src/typed-router.d.ts +++ b/src/typed-router.d.ts @@ -19,9 +19,6 @@ declare module 'vue-router/auto-routes' { */ export interface RouteNamedMap { '/': RouteRecordInfo<'/', '/', Record, Record>, - '/nav/hazardCheck/': RouteRecordInfo<'/nav/hazardCheck/', '/nav/hazardCheck', Record, Record>, - '/nav/hazardCheck/1_隐患检查 copy': RouteRecordInfo<'/nav/hazardCheck/1_隐患检查 copy', '/nav/hazardCheck/1_隐患检查 copy', Record, Record>, - '/nav/hazardCheck/HazardCheckResult': RouteRecordInfo<'/nav/hazardCheck/HazardCheckResult', '/nav/hazardCheck/HazardCheckResult', Record, Record>, - '/nav/VideoTrackDemo': RouteRecordInfo<'/nav/VideoTrackDemo', '/nav/VideoTrackDemo', Record, Record>, + '/nav/HazardCheckResult/': RouteRecordInfo<'/nav/HazardCheckResult/', '/nav/HazardCheckResult', Record, Record>, } }