From ef027af1a48c9f96ed1a0dfae6225a6e2ed2f9a1 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Thu, 8 Jan 2026 18:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- src/views/device/data-recognition/index.vue | 32 +++++++++++++------- src/views/device/image-recognition/index.vue | 28 +++++++++++++++-- 4 files changed, 48 insertions(+), 16 deletions(-) diff --git a/.env.development b/.env.development index ce7df7a..1e907c5 100644 --- a/.env.development +++ b/.env.development @@ -10,7 +10,7 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_ONLYOFFICE_URL = 'http://36.33.26.201:19840' # 图片预览路径 -VUE_APP_FILE_URL = 'http://192.168.0.108:58089/smartCar/profile' +VUE_APP_FILE_URL = 'http://192.168.0.108:8099/smartCar/profile' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 3927137..8d7ad00 100644 --- a/.env.production +++ b/.env.production @@ -6,7 +6,7 @@ ENV = 'production' VUE_APP_ENV = 'production' VUE_APP_ONLYOFFICE_URL = 'http://36.33.26.201:19840' # 图片预览路径 -VUE_APP_FILE_URL = 'http://192.168.0.108:58089/smartCar/profile' +VUE_APP_FILE_URL = 'http://192.168.0.108:8099/smartCar/profile' # 车辆道路监测系统/生产环境 VUE_APP_BASE_API = '/smart-car-api' diff --git a/src/views/device/data-recognition/index.vue b/src/views/device/data-recognition/index.vue index f43c303..a6c677b 100644 --- a/src/views/device/data-recognition/index.vue +++ b/src/views/device/data-recognition/index.vue @@ -37,18 +37,18 @@

数据列表