|
@ -400,7 +400,7 @@ export default { |
|
|
}).then(() => { |
|
|
}).then(() => { |
|
|
axios({ |
|
|
axios({ |
|
|
method: 'post', |
|
|
method: 'post', |
|
|
url: 'api' + this.dialogList.stopUrl, |
|
|
url: 'api/' + this.dialogList.stopUrl, |
|
|
data: this.dialogList, |
|
|
data: this.dialogList, |
|
|
headers: { 'token': getStorage() } |
|
|
headers: { 'token': getStorage() } |
|
|
}).then((res) => { |
|
|
}).then((res) => { |
|
|