From 339d96f174d9f37217df1d98682c3e2e90dcc20c Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 13 Dec 2023 15:57:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 12 +- components/plant/landInfo.vue | 32 +- node_modules/.vite/deps/_metadata.json | 6 +- node_modules/.vite/deps/uview-plus.js | 234 ++++----- pages.json | 36 +- pages/Login/login.vue | 446 +++++++++++++---- pages/Login/resgier.vue | 104 +++- pages/equipment/index.vue | 12 + pages/index/index.vue | 253 +++++++--- pages/index/massif.vue | 633 ++++++++++++++++--------- pages/landDetail/index.vue | 106 +++-- pages/live/live.nvue | 4 +- static/main/index/FS.png | Bin 0 -> 18336 bytes static/main/index/FX.png | Bin 0 -> 18187 bytes static/main/index/GZ.png | Bin 0 -> 19172 bytes static/main/index/JNS.png | Bin 0 -> 76559 bytes static/main/index/K.png | Bin 0 -> 26095 bytes static/main/index/QY.png | Bin 0 -> 17505 bytes static/main/index/SD.png | Bin 0 -> 19514 bytes static/main/index/WD1.png | Bin 0 -> 19267 bytes static/main/index/YL.png | Bin 0 -> 18809 bytes static/main/index/dk.png | Bin 0 -> 1023 bytes static/main/index/dkdj.png | Bin 0 -> 5783 bytes static/main/index/eyht.png | Bin 0 -> 19441 bytes static/main/index/qhtd.png | Bin 0 -> 453 bytes static/main/index/qtj.png | Bin 0 -> 7974 bytes static/main/index/sbbd.png | Bin 0 -> 793 bytes static/main/index/sy.png | Bin 0 -> 1373 bytes static/main/index/sydj.png | Bin 0 -> 5591 bytes static/main/index/sys.png | Bin 0 -> 282 bytes static/main/index/tdmj.png | Bin 0 -> 3628 bytes static/main/index/trddl.png | Bin 0 -> 18678 bytes static/main/index/trhdl.png | Bin 0 -> 18053 bytes static/main/index/trhjl.png | Bin 0 -> 18174 bytes static/main/index/trhll.png | Bin 0 -> 18448 bytes static/main/index/trph.png | Bin 0 -> 18191 bytes static/main/index/trsd.png | Bin 0 -> 18822 bytes static/main/index/trwd.png | Bin 0 -> 19670 bytes static/main/index/wd.png | Bin 0 -> 1906 bytes static/main/index/wddj.png | Bin 0 -> 6061 bytes static/main/index/wzz.png | Bin 0 -> 1605 bytes static/main/index/xyj.png | Bin 0 -> 1889 bytes static/main/index/xz.png | Bin 0 -> 45423 bytes static/main/index/xzzh.png | Bin 0 -> 39168 bytes static/main/index/yzz.png | Bin 0 -> 1625 bytes static/main/index/zzmj.png | Bin 0 -> 6493 bytes static/main/login/bg.png | Bin 0 -> 430315 bytes static/main/login/mm.png | Bin 0 -> 422 bytes static/main/login/sj.png | Bin 0 -> 221 bytes static/main/login/yzm.png | Bin 0 -> 536 bytes uni.scss | 1 + yarn.lock | 98 ++-- 52 files changed, 1351 insertions(+), 626 deletions(-) create mode 100644 pages/equipment/index.vue create mode 100644 static/main/index/FS.png create mode 100644 static/main/index/FX.png create mode 100644 static/main/index/GZ.png create mode 100644 static/main/index/JNS.png create mode 100644 static/main/index/K.png create mode 100644 static/main/index/QY.png create mode 100644 static/main/index/SD.png create mode 100644 static/main/index/WD1.png create mode 100644 static/main/index/YL.png create mode 100644 static/main/index/dk.png create mode 100644 static/main/index/dkdj.png create mode 100644 static/main/index/eyht.png create mode 100644 static/main/index/qhtd.png create mode 100644 static/main/index/qtj.png create mode 100644 static/main/index/sbbd.png create mode 100644 static/main/index/sy.png create mode 100644 static/main/index/sydj.png create mode 100644 static/main/index/sys.png create mode 100644 static/main/index/tdmj.png create mode 100644 static/main/index/trddl.png create mode 100644 static/main/index/trhdl.png create mode 100644 static/main/index/trhjl.png create mode 100644 static/main/index/trhll.png create mode 100644 static/main/index/trph.png create mode 100644 static/main/index/trsd.png create mode 100644 static/main/index/trwd.png create mode 100644 static/main/index/wd.png create mode 100644 static/main/index/wddj.png create mode 100644 static/main/index/wzz.png create mode 100644 static/main/index/xyj.png create mode 100644 static/main/index/xz.png create mode 100644 static/main/index/xzzh.png create mode 100644 static/main/index/yzz.png create mode 100644 static/main/index/zzmj.png create mode 100644 static/main/login/bg.png create mode 100644 static/main/login/mm.png create mode 100644 static/main/login/sj.png create mode 100644 static/main/login/yzm.png diff --git a/App.vue b/App.vue index ab62577..6f25ffd 100644 --- a/App.vue +++ b/App.vue @@ -17,11 +17,10 @@ \ No newline at end of file diff --git a/components/plant/landInfo.vue b/components/plant/landInfo.vue index e80770f..fd9cfed 100644 --- a/components/plant/landInfo.vue +++ b/components/plant/landInfo.vue @@ -1,17 +1,18 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/pages/Login/resgier.vue b/pages/Login/resgier.vue index 11f3c21..a8e31eb 100644 --- a/pages/Login/resgier.vue +++ b/pages/Login/resgier.vue @@ -3,31 +3,52 @@ + + + 您好! + 欢迎进入吟龙土壤墒情监测溯系统! - -