|
@@ -34,13 +34,17 @@
|
|
|
window.open(newPage.href, '_blank');
|
|
|
}
|
|
|
if (activeValue == 'gasPiping') {
|
|
|
- const newPage = router.resolve({ path: '/micro-vent-3dModal/dashboard/analysis', query: { type: 'sysMonitor', deviceType: 'pipingpage' } });
|
|
|
+ const newPage = router.resolve({ path: '/gas-pipe-net/home' });
|
|
|
window.open(newPage.href, '_blank');
|
|
|
}
|
|
|
if (activeValue == 'gasAlarm') {
|
|
|
const newPage = router.resolve({ path: '/gas/warn/home?p=0' });
|
|
|
window.open(newPage.href, '_blank');
|
|
|
}
|
|
|
+ if (activeValue == 'drillDesign') {
|
|
|
+ const newPage = router.resolve({ path: '/gas-pipe-net/home' });
|
|
|
+ window.open(newPage.href, '_blank');
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
const headerBadges = ref([
|