@@ -22,6 +22,17 @@ const routesIndex = [
title: '首页',
}
},
+ //监管监测页面
+ {
+ path: '/control',
+ name: 'Control',
+ component: () => import('../views/Control.vue'),
+ meta: {
+ requireAuth: true,
+ role: [],
+ title: '监管监测页面',
+ }
+ },
]
const routes = routesIndex.concat(routesCommon, routesGuest, routesMaster);
@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+<style>
+</style>