From 47489b5b3f40fef4174ebf7626650bc4b36f1402 Mon Sep 17 00:00:00 2001 From: xusd <330628789@qq.com> Date: Sun, 29 Jun 2025 16:52:38 +0800 Subject: [PATCH] fix:调整水印 --- src/components/NewPage/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/NewPage/index.jsx b/src/components/NewPage/index.jsx index 44c870c..d985256 100644 --- a/src/components/NewPage/index.jsx +++ b/src/components/NewPage/index.jsx @@ -34,7 +34,7 @@ return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; }; - const watermarkContent = `${customerSystemUser.trueName} ${getCurrentTime()}`; + const watermarkContent = [customerSystemUser.phone, getCurrentTime()]; return ( <Watermark style={{ height: '100%' }} gap={[200, 200]} content={watermarkContent}> -- Gitblit v1.8.0