duy před 1 týdnem
rodič
revize
fd8bfd5514
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      src/router/modules/base.js

+ 6 - 0
src/router/modules/base.js

@@ -227,6 +227,12 @@ export default [
                         meta: { title: '隐藏资料' },
                         component: () => import('~src/views/other/hide-data.vue'),
                     },
+                    {
+                        path: '/cross/section',
+                        name: 'cross-section',
+                        meta: { title: '断面仪' },
+                        component: () => import('~src/views/cross/section.vue'),
+                    },
                 ],
             },
         ],