zhouwx
2025-02-19 0dd37d509b9f62a0bc313fbeccd3ca5c7cd36e55
src/router/index.js
@@ -183,6 +183,19 @@
    ]
  },
  {
    path: '/avoidWarning',
    component: Layout,
    redirect: '/avoidWarning',
    children: [
      {
        path: '/avoidWarning',
        component: () => import('@/views/hazardousChemicals/avoidWarning/index.vue'),
        name: 'avoidWarning',
        meta: { title: '危化品相忌报警',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '/basicInfo',
    component: Layout,
    redirect: '/basicInfo',