From c060ab66f7eee70837366d8122afcc463efa2e62 Mon Sep 17 00:00:00 2001 From: xhc <15171145581@163.com> Date: Mon, 26 May 2025 15:54:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E5=B7=A1=E6=9F=A5=E3=80=81?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=8F=8D=E9=A6=88=E9=A1=B5=E9=9D=A2=E9=9D=99?= =?UTF-8?q?=E6=80=81=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +- src/manifest.json | 5 + src/pages.json | 18 ++ src/pages/feedback/feedback.vue | 121 ++++++++++ src/pages/index/index.vue | 43 ++-- src/pages/my/my.vue | 19 +- src/pages/scanCode/scanCode.vue | 8 + src/pages/startInspection/startInspection.vue | 221 ++++++++++++++++++ src/static/icon/demo_index.html | 29 ++- src/static/icon/iconfont.css | 10 +- src/static/icon/iconfont.js | 2 +- src/static/icon/iconfont.json | 7 + src/static/icon/iconfont.ttf | Bin 5136 -> 5500 bytes src/static/icon/iconfont.woff | Bin 3344 -> 3600 bytes src/static/icon/iconfont.woff2 | Bin 2836 -> 3060 bytes 15 files changed, 461 insertions(+), 28 deletions(-) create mode 100644 src/pages/feedback/feedback.vue create mode 100644 src/pages/scanCode/scanCode.vue create mode 100644 src/pages/startInspection/startInspection.vue diff --git a/src/App.vue b/src/App.vue index 8c3d7fa..256d246 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,11 +22,11 @@ export default { \ No newline at end of file diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 5016133..5725a95 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -2,7 +2,7 @@ * @Author: XHC * @Date: 2025-05-19 11:07:37 * @LastEditors: XHC - * @LastEditTime: 2025-05-23 16:03:02 + * @LastEditTime: 2025-05-23 16:51:56 * @Description: 首页 -->