feat: 全息档案按钮-都改成跳转gonga某网址

This commit is contained in:
2025-12-11 19:15:57 +08:00
parent 3b78393e54
commit 6960dc1651
8 changed files with 43 additions and 13 deletions

View File

@ -374,3 +374,10 @@ export const bqYs = (val) => {
return '#0000ff'
}
}
/** 全息档案跳转
* @param {string} szhm 身证号
*/
export function holographicProfileJump(szhm) {
if (!szhm) return
window.open(`https://tyyy.lz.dsj.xz/profile/people/person-manage?szhm=${szhm}&from=portal`)
}