소스 검색

UI驾驶舱

wanghao 3 주 전
부모
커밋
67fbfbdde8
4개의 변경된 파일1124개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      src/assets/images/sentinel/bc.png
  2. BIN
      src/assets/images/sentinel/xg.png
  3. 11 2
      src/router/index.js
  4. 1113 0
      src/views/SentryCockpit.vue

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1113 - 0
src/views/SentryCockpit.vue