12.31移动端开源代码更新

This commit is contained in:
hejinfu1026
2021-12-31 15:52:11 +08:00
parent c2401aa44d
commit ad99c24532
9 changed files with 86 additions and 773 deletions

View File

@@ -164,8 +164,8 @@
that.$util.uploadImageOne({
url: 'user/upload/image',
name: 'multipart',
model: "user",
pid: 7
model: "maintain",
pid: 0
}, function(res) {
that.newAvatar = res.data.url;
});