This commit is contained in:
2022-07-11 16:05:17 +08:00
parent 91d78873a1
commit 7684118031
4 changed files with 9 additions and 9 deletions

View File

@@ -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) {