@@ -77,9 +77,9 @@ export const constantRoutes = [
title: '灾后评估'
}
},{
- path: '/',
- name: '',
- component: () => import('@/views/monitor'),
+ path: '/animal',
+ name: 'animal',
+ component: () => import('@/views/animal'),
meta: {
title: '动物保护'
@@ -0,0 +1,15 @@
+<template>
+ <div>
+ 1111111111
+ </div>
+</template>
+
+<script>
+ export default {
+ name: "animal"
+ }
+</script>
+<style scoped>
+</style>