wanghao hai 3 semanas
pai
achega
67fbfbdde8
Modificáronse 4 ficheiros con 1124 adicións e 2 borrados
  1. BIN=BIN
      src/assets/images/sentinel/bc.png
  2. BIN=BIN
      src/assets/images/sentinel/xg.png
  3. 11 2
      src/router/index.js
  4. 1113 0
      src/views/SentryCockpit.vue

BIN=BIN
src/assets/images/sentinel/bc.png


BIN=BIN
src/assets/images/sentinel/xg.png


+ 11 - 2
src/router/index.js

@@ -73,7 +73,17 @@ export const constantRoutesNew = [{
 		}
 	},
 	{
-		//哨兵
+		//哨兵驾驶舱
+		path: '/SentryCockpit',
+		name: 'SentryCockpit',
+		component: () => import('@/views/SentryCockpit'),
+		meta: {
+			// title: '水利云图'
+			title: '哨兵驾驶舱'
+		}
+	},
+	{
+		//哨兵设备中心
 		path: '/Sentinel',
 		name: 'Sentinel',
 		component: () => import('@/views/Sentinel'),
@@ -82,7 +92,6 @@ export const constantRoutesNew = [{
 			title: '哨兵'
 		}
 	},
-
 	{
 		path: '/login',
 		component: () => import('@/views/system/login'),

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1113 - 0
src/views/SentryCockpit.vue