修改水印细节
This commit is contained in:
@@ -75,6 +75,13 @@
|
||||
|
||||
},
|
||||
watch:{
|
||||
$route:function(val) {
|
||||
this.$nextTick(() => {
|
||||
if (document.getElementsByClassName('ant-card-body').length > 0){
|
||||
this.$watermark.set('fanqiangqiang 范强强')
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
computed:{
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user