From ae608e04c021b0cfbea3ab222b7ccefc793c4310 Mon Sep 17 00:00:00 2001 From: fengerli <528575642@qq.com> Date: Thu, 7 Aug 2025 11:48:58 +0800 Subject: [PATCH] =?UTF-8?q?210=E6=96=B0=E5=A2=9E=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E5=BC=B9=E6=A1=86=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CustomPopup/CustomPopup.vue | 101 ++++++++------------- components/custom-navbar/custom-navbar.vue | 21 ++++- pages.json | 7 ++ pages/210/deviceControl/index.vue | 83 +++++++++++++---- pages/210/historyRecords/index.vue | 8 ++ pages/common/index/index.vue | 3 +- static/images/210/ls.png | Bin 0 -> 1038 bytes static/images/210/time.png | Bin 0 -> 510 bytes 8 files changed, 140 insertions(+), 83 deletions(-) create mode 100644 pages/210/historyRecords/index.vue create mode 100644 static/images/210/ls.png create mode 100644 static/images/210/time.png diff --git a/components/CustomPopup/CustomPopup.vue b/components/CustomPopup/CustomPopup.vue index 3a50afd..2cafe95 100644 --- a/components/CustomPopup/CustomPopup.vue +++ b/components/CustomPopup/CustomPopup.vue @@ -1,87 +1,62 @@