提交 df170eb6 编写于 作者: zhujiamin's avatar zhujiamin

feat: 更改上传路径

上级 86f89b22
...@@ -303,7 +303,7 @@ export default class DiskFileUpload extends Vue { ...@@ -303,7 +303,7 @@ export default class DiskFileUpload extends Vue {
* @memberof DiskFileUpload * @memberof DiskFileUpload
*/ */
public getAction() { public getAction() {
return '/net-disk/upload/' + this.getFolder() + '?ownertype=' + this.getOwnertype() + '&ownerid=' + this.getOwnerid(); return Environment.BaseUrl + Environment.UploadFile + '?ownertype=' + this.getOwnertype() + '&ownerid=' + this.getOwnerid();
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册