This commit is contained in:
2022-03-19 11:48:15 +08:00
parent 4a5d2824d1
commit 34311763b1
20 changed files with 52 additions and 34 deletions

View File

@@ -246,7 +246,7 @@
})
}
this.$http({
url: this.$http.adornUrl(`currTask/createAutoTask`),
url: this.$http.adornUrl(`/currTask/createAutoTask`),
method: 'post',
data: this.$http.adornData(requestData)
}).then(({data}) => {