From 66150c708d3798e139979839282a389a6c3e0c0a Mon Sep 17 00:00:00 2001 From: yyy <2605810609@qq.com> Date: Tue, 11 Feb 2025 17:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 2 +- src/views/board/device/index.vue | 207 +++++++++++++++++++------------ 2 files changed, 126 insertions(+), 83 deletions(-) diff --git a/.env.local b/.env.local index a3752946..f0650411 100644 --- a/.env.local +++ b/.env.local @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://192.168.0.74:48080' +VITE_BASE_URL='http://192.168.0.66:48080' # VITE_BASE_URL='http://192.168.0.189:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 diff --git a/src/views/board/device/index.vue b/src/views/board/device/index.vue index f83a44fc..21a12ba6 100644 --- a/src/views/board/device/index.vue +++ b/src/views/board/device/index.vue @@ -1,72 +1,42 @@ -