Commit 1586c653 by fsn

修改头像上传的地址

parent 744cb5a7
......@@ -13,7 +13,7 @@
this.pictureId = pictureId;
this.uploadBtnId = pictureId + "BtnId";
this.uploadPreId = pictureId + "PreId";
this.uploadUrl = Feng.ctxPath + '/user/upload';
this.uploadUrl = Feng.ctxPath + '/mgr/upload';
this.fileSizeLimit = 10 * 1024 * 1024;
this.picWidth = 800;
this.picHeight = 800;
......
Markdown is supported
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