fix(项目文件更新): 修复项目文件更新时地址多了一个/
This commit is contained in:
parent
abb6895f08
commit
1bd3e87503
|
@ -167,7 +167,7 @@ export default {
|
|||
}
|
||||
|
||||
let formData = new FormData();
|
||||
let url = '/project/update/file/' + '/' + this.currentRow.id
|
||||
let url = '/project/update/file/' + this.currentRow.id
|
||||
formData.append("file", file);
|
||||
let options = {
|
||||
method: 'POST',
|
||||
|
|
Loading…
Reference in New Issue