From 0ea371dce76487eff8fceb0b32faba361d2d1162 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Sat, 14 Sep 2024 09:36:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E5=8D=B0=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ah-jjzhgd-web/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ah-jjzhgd-web/src/App.vue b/ah-jjzhgd-web/src/App.vue index ad98c26..2426936 100644 --- a/ah-jjzhgd-web/src/App.vue +++ b/ah-jjzhgd-web/src/App.vue @@ -30,7 +30,7 @@ export default { const roleName = sessionStorage.getItem('roleName'); let str1 = nickName ? decryptData(nickName) : ''; let str2 = roleName ? decryptData(roleName) : ''; - let str3 = '国网安徽电力'; + let str3 = '建设部'; if(nickName || roleName){ setWaterMark(str1, str2,str3); }