修改水印名称

This commit is contained in:
wulin 2020-09-03 18:56:51 +08:00
parent 0bd8884aa3
commit f3d9a644b4

View File

@ -86,7 +86,7 @@
this.userName = res.user.username
this.$store.state.user = res.user
this.mobile = res.user.mobile
this.$watermark.set(this.userName + ' ' + this.mobile.substr(0, 4))
this.$watermark.set(this.realName + ' ' + this.mobile.substr(0, 4))
} else {
this.$message.error(res.msg)
}