duy 1 неделя назад
Родитель
Сommit
fd8bfd5514
1 измененных файлов с 6 добавлено и 0 удалено
  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'),
+                    },
                 ],
             },
         ],