文件水印修改
This commit is contained in:
@@ -12370,7 +12370,8 @@ class PDFPageView {
|
||||
c.style.fontWeight = '900'
|
||||
c.style.color = "rgba(0, 191, 255, 0.1)";
|
||||
// c.innerText = text;//text为水印内容,可以在viewer.html中传入,也可以直接替换成固定的字符串如:c.innerText = "这是一个水印";
|
||||
c.innerText = `Extensive Imaging_${obj.userName}\n${new Date().format('yyyy-MM-dd')}`;
|
||||
console.log(window.VUE_APP_COMPANY_NAME)
|
||||
c.innerText = `${window.VUE_APP_COMPANY_NAME }_${obj.userName}\n${new Date().format('yyyy-MM-dd')}`;
|
||||
cover.appendChild(c);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user