From 11a88a9bf8febf05cdd9dee2389ddd43273f3e05 Mon Sep 17 00:00:00 2001
From: sd <shidong@jhsoft.cc>
Date: 星期三, 06 八月 2025 09:46:38 +0800
Subject: [PATCH] 摄像机配置-对接国标便摄像机配置任务接口

---
 src/pages/settings/index/index.vue |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/pages/settings/index/index.vue b/src/pages/settings/index/index.vue
index e182c78..b068468 100644
--- a/src/pages/settings/index/index.vue
+++ b/src/pages/settings/index/index.vue
@@ -579,6 +579,8 @@
     <Authorization v-if="activeIndex == 7" style="width: 100%" ref="view_7">
     </Authorization>
     <devceSetting v-if="activeIndex == 8"></devceSetting>
+    <testingTask v-if="activeIndex == 9"></testingTask>
+    <warningRule v-if="activeIndex == 10" style="width: 100%;height: 500px;"></warningRule>
   </div>
   <div class="welcome-page" v-else ref="curPage" @mouseup="mouseDownIndex = ''">
     <div
@@ -652,6 +654,8 @@
 import generalSettings from "../views/generalSettings";
 import Authorization from "../views/Authorization";
 import devceSetting from "../views/deviceSetting";
+import testingTask from "../views/TestingTaskView";
+import warningRule from "../views/WarningRuleView";
 import { pad0, getUrlKey } from "@/api/utils";
 
 export default {
@@ -666,6 +670,8 @@
     deviceInfo,
     Authorization,
     devceSetting,
+    testingTask,
+    warningRule,
   },
   data() {
     var v2 = (rule, value, callback) => {
@@ -820,6 +826,20 @@
           blackIcon: "/images/settings/榛戣壊涓�绾con/閫氱敤璁剧疆.png",
           whiteIcon: "/images/settings/鐧借壊涓�绾con/閫氱敤璁剧疆.png",
         },
+        {
+          name: "妫�娴嬪唴瀹�",
+          icon: "\ue6db",
+          imgUrl: "/images/settings/妫�娴嬪唴瀹�.png",
+          blackIcon: "/images/settings/榛戣壊涓�绾con/妫�娴嬪唴瀹�.png",
+          whiteIcon: "/images/settings/鐧借壊涓�绾con/妫�娴嬪唴瀹�.png",
+        },
+        {
+          name: "棰勮瑙勫垯",
+          icon: "\ue6db",
+          imgUrl: "/images/settings/棰勮瑙勫垯.png",
+          blackIcon: "/images/settings/榛戣壊涓�绾con/棰勮瑙勫垯.png",
+          whiteIcon: "/images/settings/鐧借壊涓�绾con/棰勮瑙勫垯.png",
+        },
       ],
       accountArr: [],
       jpgArr: [],

--
Gitblit v1.8.0