diff --git a/index.html b/index.html index 3d34a96f..870cd47f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + import('/@/views/main/insect-monitors/index.vue'), + meta: { + title: '昆虫性诱监测', + }, + }, + { + path: 'pests', + name: 'MainPests', + component: () => import('/@/views/main/pests/index.vue'), + meta: { + title: '虫情监测', + }, + }, + { + path: 'insecticidal-lamp', + name: 'MainInsecticidalLamp', + component: () => import('/@/views/main/insecticidal-lamp/index.vue'), + meta: { + title: '杀虫灯监测', + }, + }, ], } diff --git a/src/views/main/insect-monitors/index.vue b/src/views/main/insect-monitors/index.vue new file mode 100644 index 00000000..068c0030 --- /dev/null +++ b/src/views/main/insect-monitors/index.vue @@ -0,0 +1,209 @@ + + diff --git a/src/views/main/insecticidal-lamp/components/LineCharts.vue b/src/views/main/insecticidal-lamp/components/LineCharts.vue new file mode 100644 index 00000000..26b17a3d --- /dev/null +++ b/src/views/main/insecticidal-lamp/components/LineCharts.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/src/views/main/insecticidal-lamp/index.vue b/src/views/main/insecticidal-lamp/index.vue new file mode 100644 index 00000000..7c434625 --- /dev/null +++ b/src/views/main/insecticidal-lamp/index.vue @@ -0,0 +1,252 @@ + + diff --git a/src/views/main/pests/index.vue b/src/views/main/pests/index.vue new file mode 100644 index 00000000..daa1ba06 --- /dev/null +++ b/src/views/main/pests/index.vue @@ -0,0 +1,9 @@ + +