Commit 05919241 authored by renjintao's avatar renjintao

infoNew

parent cd35af63
......@@ -231,7 +231,6 @@ export default {
upAvatar() {
if (this.imageModel.avatar_Url != '') {
this.$http.sysUser.changeavatar(this.imageModel).then((res) => {
alert(JSON.stringify(res))
if (res.success) {
this.$Message.success('修改成功!')
this.modalAvatar = false
......
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