wanghao 3 nedēļas atpakaļ
vecāks
revīzija
67fbfbdde8

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


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'),

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1113 - 0
src/views/SentryCockpit.vue