Browse Source

[Feat 0000] 添加适配瓦斯管网的路由

houzekong 5 days ago
parent
commit
f87f0eca5e
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/router/routes/basic.ts

+ 11 - 0
src/router/routes/basic.ts

@@ -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'),