修改水印细节

This commit is contained in:
qq787203167
2022-02-21 16:15:11 +08:00
parent 1ede18bca5
commit 2b3ed371c6
4 changed files with 24 additions and 37 deletions
+7
View File
@@ -75,6 +75,13 @@
},
watch:{
$route:function(val) {
this.$nextTick(() => {
if (document.getElementsByClassName('ant-card-body').length > 0){
this.$watermark.set('fanqiangqiang 范强强')
}
})
}
},
computed:{
},