diff --git a/src/App.vue b/src/App.vue
index b645feb..c031348 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -25,7 +25,7 @@ window.customConfigUrl = {
openColor: '#00C957', //运行中 颜色
closeColor: '#FF0000', //非运行中 颜色
- type: 1, //1十堰 2武汉 3苏州
+ type: 2, //1十堰 2武汉 3苏州
typeConfig: [
{
type: 1,
diff --git a/src/router/index.js b/src/router/index.js
index 1333e19..f25df1f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -602,48 +602,48 @@ export const constantRoutes = [
// ]
// },
- // {
- // name: "Security",
- // alwaysShow: true,
- // component: Layout,
- // hidden: false,
- // name: "Security",
- // path: "/Security",
- // redirect: "noRedirect",
- // meta: {
- // icon: "afxt",
- // link: null,
- // noCache: false,
- // title: "安防系统",
- // },
- // children: [
- // {
- // component: () => import('@/views/Security/videoSurveillance'),
- // hidden: false,
- // name: "videoSurveillance",
- // path: "videoSurveillance",
- // meta: {
- // icon: "spjk",
- // link: null,
- // noCache: false,
- // title: "视频监控",
- // },
- // },
- // {
- // component: () => import('@/views/Security/doorControl'),
- // hidden: false,
- // name: "doorControl",
- // path: "doorControl",
- // meta: {
- // icon: "afmj",
- // link: null,
- // noCache: false,
- // title: "门禁",
- // },
- // },
- // ]
+ {
+ name: "Security",
+ alwaysShow: true,
+ component: Layout,
+ hidden: false,
+ name: "Security",
+ path: "/Security",
+ redirect: "noRedirect",
+ meta: {
+ icon: "afxt",
+ link: null,
+ noCache: false,
+ title: "安防系统",
+ },
+ children: [
+ {
+ component: () => import('@/views/Security/videoSurveillance'),
+ hidden: false,
+ name: "videoSurveillance",
+ path: "videoSurveillance",
+ meta: {
+ icon: "spjk",
+ link: null,
+ noCache: false,
+ title: "视频监控",
+ },
+ },
+ {
+ component: () => import('@/views/Security/doorControl'),
+ hidden: false,
+ name: "doorControl",
+ path: "doorControl",
+ meta: {
+ icon: "afmj",
+ link: null,
+ noCache: false,
+ title: "门禁",
+ },
+ },
+ ]
- // },
+ },
// {
// path: '',
// component: Layout,
diff --git a/src/views/Device/deviceControl.vue b/src/views/Device/deviceControl.vue
index 3032f9d..3208c9a 100644
--- a/src/views/Device/deviceControl.vue
+++ b/src/views/Device/deviceControl.vue
@@ -73,6 +73,15 @@
label="设备名称"
align="center"
>
+