diff --git a/dist.zip b/dist.zip index 0fedb60..bec29ed 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/pages/company.jsx b/src/pages/company.jsx index 8161931..90d712e 100644 --- a/src/pages/company.jsx +++ b/src/pages/company.jsx @@ -46,12 +46,12 @@ export default function companyPage() { const onNodeClick = (node) => { if (node.ftype == '1') { 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', ); - } else { + } else if (node.ftype == '2') { 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', ); }