From 4b11195c54bbf6667408783c0c40ad8a2986e6f9 Mon Sep 17 00:00:00 2001 From: yyy <2605810609@qq.com> Date: Sat, 19 Apr 2025 16:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E9=A2=91=E7=8E=87=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 4 +- src/views/board/carBoard/index.vue | 132 ++++++++++++++++++++--------- 2 files changed, 92 insertions(+), 44 deletions(-) diff --git a/.env.local b/.env.local index 78a5d223..2d26cfc9 100644 --- a/.env.local +++ b/.env.local @@ -4,9 +4,9 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://192.168.0.74:48080' +# VITE_BASE_URL='http://192.168.0.74:48080' # VITE_BASE_URL='http://192.168.0.153:48080' -# VITE_BASE_URL='http://192.168.0.45:48080' +VITE_BASE_URL='http://192.168.0.45:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/src/views/board/carBoard/index.vue b/src/views/board/carBoard/index.vue index a340e48a..1903312b 100644 --- a/src/views/board/carBoard/index.vue +++ b/src/views/board/carBoard/index.vue @@ -96,7 +96,13 @@ class="new-top-box-right-input-icon" /> -
+ @@ -131,13 +137,31 @@