修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-14 15:52:50 +08:00
parent c7e6e21848
commit b7f04e477c
4 changed files with 45 additions and 34 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
watch: {
$route: function(val) {
this.$nextTick(() => {
this.$watermark.set(this.userInfo().updateBy + ' ' + this.userInfo().username)
this.$watermark.set(this.userInfo().username + ' ' + this.userInfo().realname)
})
}
},