From 83148c376b131b0980405ac1bdd54a5a451ee8db Mon Sep 17 00:00:00 2001 From: xhc <15171145581@163.com> Date: Thu, 12 Jun 2025 16:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=A6=96=E9=A1=B5=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=AE=8C=E5=96=84=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E5=B7=A1=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 29 +-- src/api/api.js | 13 +- src/components/da-dropdown/index.vue | 2 +- src/http/http.js | 2 +- src/pages.json | 17 +- src/pages/history/history.vue | 216 ++++++++++++++++-- src/pages/index/index.vue | 131 +++++------ src/pages/knowledgeBase/knowledgeBase.vue | 7 +- src/pages/my/my.vue | 2 +- src/pages/points/points.vue | 24 +- src/pages/startInspection/startInspection.vue | 51 +++-- 11 files changed, 338 insertions(+), 156 deletions(-) diff --git a/src/App.vue b/src/App.vue index 26e723f..e925d24 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@ * @Author: XHC * @Date: 2025-05-19 10:21:48 * @LastEditors: XHC - * @LastEditTime: 2025-06-09 16:31:54 + * @LastEditTime: 2025-06-11 17:01:41 * @Description: -->