|
@@ -34,7 +34,7 @@
|
|
|
window.open(newPage.href, '_blank');
|
|
|
}
|
|
|
if (activeValue == 'gasPiping') {
|
|
|
- const newPage = router.resolve({ path: '/gas-pipe-net/home' });
|
|
|
+ const newPage = router.resolve({ path: '/micro-vent-3dModal/gas-pipe-net/home?type=sysMonitor&deviceType=pipingpage' });
|
|
|
window.open(newPage.href, '_blank');
|
|
|
}
|
|
|
if (activeValue == 'gasAlarm') {
|
|
@@ -42,7 +42,7 @@
|
|
|
window.open(newPage.href, '_blank');
|
|
|
}
|
|
|
if (activeValue == 'drillDesign') {
|
|
|
- const newPage = router.resolve({ path: '/gas-pipe-net/home' });
|
|
|
+ const newPage = router.resolve({ path: '/micro-vent-3dModal/modelchannel/model3D/home?type=model3D&deviceType=model3D&kind=drillset' });
|
|
|
window.open(newPage.href, '_blank');
|
|
|
}
|
|
|
}
|