跳转链接替换

中国民用航空华北地区空中交通管理局
Chengliang 8 months ago
parent b851f5e2b9
commit 6b4fdabeb7

Binary file not shown.

@ -46,12 +46,12 @@ export default function companyPage() {
const onNodeClick = (node) => { const onNodeClick = (node) => {
if (node.ftype == '1') { if (node.ftype == '1') {
window.open( window.open(
`/spa/organization/static/index.html#/main/organization/companyExtend/${node.fobjid}`, `/spa/portal/static/index.html#/main/portal/portal-6-3?subId=${node.fobjid}`,
'_blank', '_blank',
); );
} else { } else if (node.ftype == '2') {
window.open( window.open(
`/spa/organization/static/index.html#/main/organization/departmentExtend/${node.fobjid}`, `/spa/portal/static/index.html#/main/portal/portal-5-3?depId=${node.fobjid}`,
'_blank', '_blank',
); );
} }

Loading…
Cancel
Save