From d52d2949ceaa24c03fb65c1915c0a227ac1b0c7a Mon Sep 17 00:00:00 2001 From: ffr <492210217@qq.com> Date: Mon, 8 Apr 2024 08:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E5=87=A1=E8=8A=AEcommit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/couplet/VehicleDetection.js | 2 +- src/views/couplet/vehiclemanage/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/couplet/VehicleDetection.js b/src/api/couplet/VehicleDetection.js index be9b569..12d3cf4 100644 --- a/src/api/couplet/VehicleDetection.js +++ b/src/api/couplet/VehicleDetection.js @@ -8,7 +8,7 @@ export function detectionList() { } export function postFindByVin(vin) { return request({ - url: '/mq/mq/findByVin/'+vin, + url: '/business/detection/monitorinData/'+vin, method: 'post', }) } diff --git a/src/views/couplet/vehiclemanage/index.vue b/src/views/couplet/vehiclemanage/index.vue index 07beb06..fbb5249 100644 --- a/src/views/couplet/vehiclemanage/index.vue +++ b/src/views/couplet/vehiclemanage/index.vue @@ -131,6 +131,7 @@ export default { } ) }, + insertVehicle(){ insertVehicle(this.Addform).then(