Commit 4818c200 authored by 赵啸非's avatar 赵啸非

更改上传文件大小限制

parent b677a888
...@@ -71,6 +71,7 @@ export default { ...@@ -71,6 +71,7 @@ export default {
this.$post("/user/save", { this.$post("/user/save", {
"id": data.id, "id": data.id,
"mobile": data.mobile, "mobile": data.mobile,
"lastLoginAddress":"127.0.0.1",
"roleIds": this.roles.join(","), "roleIds": this.roles.join(","),
}).then((res) => { }).then((res) => {
if (res && res.code == 1) { if (res && res.code == 1) {
......
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