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`) }