update 水印颜色、字体提出配置项

This commit is contained in:
赵霄
2024-01-02 14:50:02 +08:00
parent 64a66bad91
commit 74e6cdba16
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -16,3 +16,8 @@ window._CONFIG.onlyOfficeUrl = 'http://127.0.0.1:8080'
window._CONFIG.onlyOfficeDownloadFileUrl = 'http://localhost:8184/sys/common/download'
// 管理员角色code,英文逗号拼接
window._CONFIG.adminRoleCode = 'admin'
// 水印配置
window._CONFIG.watermarkConfig = {
color: 'rgba(180, 180, 180, 0.2)',
font: '13px Microsoft Yahei'
}