Explorar o código

添加声纹、无人机

KEYSTAR\KR0293 hai 1 ano
pai
achega
fecef179fa

+ 47 - 0
src/router/index.ts

@@ -86,6 +86,53 @@ const staticRouter = [
                     title: '皮带表面跑偏'
                 }
             },
+            {
+                path: '/soundWatch',
+                name: 'soundWatch',
+                component: () => import('@/views/tangyang/soundWatch.vue'),
+                meta: {
+                    title: '声纹'
+                }
+            },
+            {
+                path: '/flightLine',
+                name: 'flightLine',
+                component: () => import('@/views/tangyang/flightLine.vue'),
+                meta: {
+                    title: '航线管理'
+                }
+            },
+            {
+                path: '/hangar',
+                name: 'hangar',
+                component: () => import('@/views/tangyang/hangar.vue'),
+                meta: {
+                    title: '机库管理'
+                }
+            },
+            {
+                path: '/result',
+                name: 'result',
+                component: () => import('@/views/tangyang/result.vue'),
+                meta: {
+                    title: '巡检结果'
+                }
+            },
+            {
+                path: '/overView',
+                name: 'overView',
+                component: () => import('@/views/tangyang/overView.vue'),
+                meta: {
+                    title: '巡检总览'
+                }
+            },            {
+                path: '/remote',
+                name: 'remote',
+                component: () => import('@/views/tangyang/remote.vue'),
+                meta: {
+                    title: '远程遥控'
+                }
+            },
         ]
     }
 ]

BIN=BIN
src/views/tangyang/flightLine.png


+ 11 - 0
src/views/tangyang/flightLine.vue

@@ -0,0 +1,11 @@
+<template>
+  <div class="container">
+      <img src="./flightLine.png" style="width: 100%;height: 100%;" alt="">
+  </div>
+</template>
+
+<script setup lang='ts'>
+
+</script>
+
+<style scoped></style>

BIN=BIN
src/views/tangyang/hangar.png


+ 11 - 0
src/views/tangyang/hangar.vue

@@ -0,0 +1,11 @@
+<template>
+  <div class="container">
+      <img src="./hangar.png" style="width: 100%;height: 100%;" alt="">
+  </div>
+</template>
+
+<script setup lang='ts'>
+
+</script>
+
+<style scoped></style>

BIN=BIN
src/views/tangyang/overView.png


+ 11 - 0
src/views/tangyang/overView.vue

@@ -0,0 +1,11 @@
+<template>
+  <div class="container">
+      <img src="./overView.png" style="width: 100%;height: 100%;" alt="">
+  </div>
+</template>
+
+<script setup lang='ts'>
+
+</script>
+
+<style scoped></style>

BIN=BIN
src/views/tangyang/remote.png


+ 11 - 0
src/views/tangyang/remote.vue

@@ -0,0 +1,11 @@
+<template>
+  <div class="container">
+      <img src="./remote.png" style="width: 100%;height: 100%;" alt="">
+  </div>
+</template>
+
+<script setup lang='ts'>
+
+</script>
+
+<style scoped></style>

BIN=BIN
src/views/tangyang/result.png


+ 11 - 0
src/views/tangyang/result.vue

@@ -0,0 +1,11 @@
+<template>
+  <div class="container">
+      <img src="./result.png" style="width: 100%;height: 100%;" alt="">
+  </div>
+</template>
+
+<script setup lang='ts'>
+
+</script>
+
+<style scoped></style>

BIN=BIN
src/views/tangyang/sound.png


+ 11 - 0
src/views/tangyang/soundWatch.vue

@@ -0,0 +1,11 @@
+<template>
+  <div class="container">
+      <img src="./sound.png" style="width: 100%;height: 100%;" alt="">
+  </div>
+</template>
+
+<script setup lang='ts'>
+
+</script>
+
+<style scoped></style>