diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..d0afe3d Binary files /dev/null and b/dist.zip differ diff --git a/src/views/basic/carInfo.vue b/src/views/basic/carInfo.vue index c81e3d6..b4c7dbe 100644 --- a/src/views/basic/carInfo.vue +++ b/src/views/basic/carInfo.vue @@ -145,7 +145,7 @@ type: 'warning' }).then(() => { this.$http({ - url: this.$http.adornUrl('/resetStatus'), + url: this.$http.adornUrl('/vehicle/resetStatus'), method: 'post' }).then(({data}) => { if (data && data.code === 0) { diff --git a/src/views/common/home.vue b/src/views/common/home.vue index e1dc9b4..671b4f2 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -1,7 +1,7 @@