zhouwx
2025-02-26 e29932c247871e8921b210e311c8ea4a57d721ce
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',