Commit 4d81b0fa authored by Captain.B's avatar Captain.B Committed by 刘瑞斌
Browse files

fix(项目文件更新): 修复项目文件更新时地址多了一个/

parent 6dc7286f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment