|
@@ -76,6 +76,17 @@ export const QIANKUN_ROUTE: AppRouteRecordRaw = {
|
|
|
ver: '1',
|
|
|
},
|
|
|
{
|
|
|
+ path: '/micro-vent-3dModal/gas-pipe-net/home',
|
|
|
+ name: 'gas-pipe-net-home',
|
|
|
+ component: () => import('/@/views/vent/gas/gasPipeNet/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '瓦斯管网监测',
|
|
|
+ hideBreadcrumb: true,
|
|
|
+ hideMenu: true,
|
|
|
+ },
|
|
|
+ ver: '1',
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/micro-vent-3dModal/dashboard/analysis',
|
|
|
name: 'micro-vent-3dModal-dashboard-analysis',
|
|
|
component: () => import('/@/views/vent/monitorManager/deviceMonitor/index.vue'),
|