Compare commits

..

No commits in common. "91769874b85bf723d41277e5eeabec798c71428b" and "3278370356c6d860c64b514bd77bcf06c98cdf1d" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ export function detectionList() {
}
export function postFindByVin(vin) {
return request({
url: '/business/detection/monitorinData/'+vin,
url: '/mq/mq/findByVin/'+vin,
method: 'post',
})
}

View File

@ -131,7 +131,6 @@ export default {
}
)
},
insertVehicle(){
insertVehicle(this.Addform).then(