diff --git a/src/assets/icons/svg/hpa.svg b/src/assets/icons/svg/hpa.svg new file mode 100644 index 0000000..ca5c9d7 --- /dev/null +++ b/src/assets/icons/svg/hpa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/icons/svg/humidity.svg b/src/assets/icons/svg/humidity.svg new file mode 100644 index 0000000..829a9e0 --- /dev/null +++ b/src/assets/icons/svg/humidity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/icons/svg/wind.svg b/src/assets/icons/svg/wind.svg new file mode 100644 index 0000000..6d99069 --- /dev/null +++ b/src/assets/icons/svg/wind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/icons/svg/windPower.svg b/src/assets/icons/svg/windPower.svg new file mode 100644 index 0000000..d10c365 --- /dev/null +++ b/src/assets/icons/svg/windPower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/dict/index.js b/src/dict/index.js index 3116694..ec2247c 100644 --- a/src/dict/index.js +++ b/src/dict/index.js @@ -97,7 +97,7 @@ export const pestDeviceParamsDict = { }, }; -import worm from "@/assets/images/devices/worm.png"; +import worm from "@/assets/images/devices/pest.png"; // import greenhouse from "@/assets/images/devices/greenhouse.jpg"; import weather from "@/assets/images/devices/weather.png"; import soil from "@/assets/images/devices/soil.png"; diff --git a/src/router/index.js b/src/router/index.js index 04d1e0c..8f83260 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -79,6 +79,11 @@ export const constantRoutes = [ component: () => import("@/views/orchard"), name: "Orchard", }, + { + path: "/pest", + component: () => import("@/views/pest"), + name: "Pest", + }, { path: "/pest/imgAnalysis", component: () => import("@/views/pest/imgAnalysis"), @@ -89,6 +94,21 @@ export const constantRoutes = [ component: () => import("@/views/pest/pestStatistics"), name: "PestStatistics", }, + { + path: "/pest/trendAnalysis", + component: () => import("@/views/pest/trendAnalysis"), + name: "TrendAnalysis", + }, + { + path: "/weather/monitor", + component: () => import("@/views/weather/monitor"), + name: "WeatherMonitor", + }, + { + path: "/weather/history", + component: () => import("@/views/weather/history"), + name: "WeatherHistory", + }, // { // path: "/orchard-screen", // component: () => import("@/views/orchardScreen"), diff --git a/src/views/pest/components/PestTable.vue b/src/views/pest/components/PestTable.vue index 8172012..51f2640 100644 --- a/src/views/pest/components/PestTable.vue +++ b/src/views/pest/components/PestTable.vue @@ -2,7 +2,7 @@ * @Author: chris * @Date: 2025-08-08 16:17:54 * @LastEditors: chris - * @LastEditTime: 2025-09-05 11:15:56 + * @LastEditTime: 2025-09-09 09:50:07 -->