From a5e8346a3203d7ff7747ee2effbd2f2140413a62 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Fri, 12 Dec 2025 12:46:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=A8=E6=81=AF=E6=A1=A3=E6=A1=88?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC-=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/tools.js b/src/utils/tools.js index 43a91bb..943c4eb 100644 --- a/src/utils/tools.js +++ b/src/utils/tools.js @@ -379,5 +379,5 @@ export const bqYs = (val) => { */ export function holographicProfileJump(szhm) { if (!szhm) return - window.open(`https://tyyy.lz.dsj.xz/profile/people/person-manage?szhm=${szhm}&from=portal`) + window.open(`https://tyyy.lz.dsj.xz/profile/people/person-manage?sfzhm=${szhm}&from=portal`) }