linan il y a 5 ans
Parent
commit
8f2a194575

+ 1 - 1
src/views/Home/mencCofig.js

@@ -94,7 +94,7 @@ export const menuData = [
         ]
     },
     {
-        oneMenuName: "模板",
+        oneMenuName: "开发用模板",
         iconClassName: "el-icon-menu",
         index: '100',
         disabled: false, // 是否禁用

+ 3 - 1
src/views/deviceManagement/CameraManagement.vue

@@ -142,7 +142,6 @@
 <script>
 import { mapActions } from "vuex";
 import rtspPlayer from "../common/rtsp-player/index";
-import cascader from "../../components/Cascader/Cascader";
 
 // 表单验证规则
 const rules = {
@@ -355,6 +354,9 @@ export default {
             if (this.meta.length <= 1) return;
             this.meta.splice(this.meta.length - 1, 1);
         },
+        show() {
+            this.deviceList.forEach
+        }
         // 传入一个id 生成树( cameraInfoTree )的id数组  "732971850158313472"  "732997784550772736"
         /* createArr(id) {
             let tmpArr = [id]