From 86037a4601b165157e25cd0d03b6fb93620d95b6 Mon Sep 17 00:00:00 2001 From: sunjianxi Date: Thu, 19 Sep 2024 13:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9C=E4=B8=89=E8=BD=AE=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabbar.vue | 29 +- components/v-voice.vue | 125 +++- pages.json | 35 + pages/agricultural3W/date-search.vue | 170 +++++ pages/agricultural3W/defaultImg.png | Bin 0 -> 2759 bytes pages/agricultural3W/index.vue | 534 +++++++++++++++ pages/index/detail.vue | 418 ++++++++++-- pages/investigation/defaultImg.png | Bin 0 -> 2759 bytes pages/investigation/detail.vue | 905 ++++++++++++++++++++++++++ pages/investigation/task.vue | 15 +- pages/investigation/warningDetail.vue | 665 +++++++++++++++++++ pages/knowledge/index.vue | 306 ++++++++- pages/logIn/logIn.vue | 7 +- pages/map/index.vue | 2 +- static/nav/agricultural3W.png | Bin 0 -> 2634 bytes static/nav/agricultural3W_active.png | Bin 0 -> 3129 bytes 16 files changed, 3114 insertions(+), 97 deletions(-) create mode 100644 pages/agricultural3W/date-search.vue create mode 100644 pages/agricultural3W/defaultImg.png create mode 100644 pages/agricultural3W/index.vue create mode 100644 pages/investigation/defaultImg.png create mode 100644 pages/investigation/detail.vue create mode 100644 pages/investigation/warningDetail.vue create mode 100644 static/nav/agricultural3W.png create mode 100644 static/nav/agricultural3W_active.png diff --git a/components/tabbar.vue b/components/tabbar.vue index 7747477..59ad93c 100644 --- a/components/tabbar.vue +++ b/components/tabbar.vue @@ -1,7 +1,7 @@