From 9e15449eb9926ae2434245db30a3b3dd6dc27af5 Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Thu, 18 Dec 2025 17:12:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=82=B9=E8=AF=A6=E7=BB=86=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8A=BD=E5=B1=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .idea/workspace.xml | 13 +- README.md | 200 ++++++++++++++++-- global.types/auto-imports.d.ts | 1 + global.types/components.d.ts | 1 + package.json | 2 + pnpm-lock.yaml | 28 +++ src/api/module/device/category.ts | 8 + src/main.ts | 3 +- src/utils/validate.ts | 5 +- .../components/category-point-drawer.vue | 150 +++++++++++++ .../config/components/StepDeviceCategory.vue | 11 + 12 files changed, 397 insertions(+), 27 deletions(-) create mode 100644 src/views/engineering/components/category-point-drawer.vue diff --git a/.env b/.env index c77e1d9..dc10f1a 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ VITE_BASE_API = '/remoteServer/admin-api/' VITE_BASE_API_SYSTEM = '/remoteServer/admin-api/system/' VITE_SHOW_ONLINE_DEVICE = true -VITE_BASE_URL = 'http://192.168.1.63:48089' \ No newline at end of file +VITE_BASE_URL = 'http://43.140.245.32:48089' \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index baaf73b..a73690e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,16 @@