@@ -15,6 +15,14 @@ const staticRouter = [
},
{
+ path: '/config',
+ name: 'config',
+ component: () => import('@/views/config.vue'),
+ meta: {
+ title: '落煤筒配置'
+ },
+ {
path: '/monitor',
name: 'monitor',
component: () => import('@/views/coalDrop/Monitor.vue'),
@@ -0,0 +1,11 @@
+<template>
+ <div class="container">
+ <img src="@/assets/ui-png/config.png" style="width: 100%;height: 100%;" alt="">
+ </div>
+</template>
+
+<script setup lang='ts'>
+</script>
+<style scoped></style>