水印bug修复
This commit is contained in:
parent
39d1b8aa80
commit
39a7281298
|
@ -2,7 +2,7 @@
|
||||||
* @Author: hisense.wuhongjian
|
* @Author: hisense.wuhongjian
|
||||||
* @Date: 2022-05-06 11:12:00
|
* @Date: 2022-05-06 11:12:00
|
||||||
* @LastEditors: hisense.wuhongjian
|
* @LastEditors: hisense.wuhongjian
|
||||||
* @LastEditTime: 2022-12-29 17:12:43
|
* @LastEditTime: 2023-01-03 11:01:29
|
||||||
* @Description: 告诉大家这是什么
|
* @Description: 告诉大家这是什么
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -94,6 +94,7 @@
|
||||||
// realName = res.data.data.realName
|
// realName = res.data.data.realName
|
||||||
// }
|
// }
|
||||||
realName = store.getters['user/realName']
|
realName = store.getters['user/realName']
|
||||||
|
console.log('真实姓名', realName)
|
||||||
if (realName.length > 13) {
|
if (realName.length > 13) {
|
||||||
onWholeWaterMark(
|
onWholeWaterMark(
|
||||||
[realName, moment().format('YYYY-MM-DD')],
|
[realName, moment().format('YYYY-MM-DD')],
|
||||||
|
@ -148,6 +149,7 @@
|
||||||
// if (newValue == '/home') {
|
// if (newValue == '/home') {
|
||||||
// waterMarkInit(newValue)
|
// waterMarkInit(newValue)
|
||||||
// }
|
// }
|
||||||
|
waterMarkInit()
|
||||||
changeWaterMark(newValue)
|
changeWaterMark(newValue)
|
||||||
},
|
},
|
||||||
{ immediate: true }
|
{ immediate: true }
|
||||||
|
|
Loading…
Reference in New Issue