feat: 全息档案跳转-地址修改

This commit is contained in:
2025-12-12 12:46:11 +08:00
parent ffdb0661e2
commit a5e8346a32

View File

@ -379,5 +379,5 @@ export const bqYs = (val) => {
*/ */
export function holographicProfileJump(szhm) { export function holographicProfileJump(szhm) {
if (!szhm) return 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`)
} }