Jelajahi Sumber

UI驾驶舱

wanghao 3 minggu lalu
induk
melakukan
67fbfbdde8
4 mengubah file dengan 1124 tambahan dan 2 penghapusan
  1. TEMPAT SAMPAH
      src/assets/images/sentinel/bc.png
  2. TEMPAT SAMPAH
      src/assets/images/sentinel/xg.png
  3. 11 2
      src/router/index.js
  4. 1113 0
      src/views/SentryCockpit.vue

TEMPAT SAMPAH
src/assets/images/sentinel/bc.png


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

File diff ditekan karena terlalu besar
+ 1113 - 0
src/views/SentryCockpit.vue