“dzb”
2022-09-27 80e0b9da4d4da98452f8930b148750763d85f090
src/router/index.js
@@ -11,6 +11,9 @@
    path: '/home',
    name: 'home',
    component: () => import('@/views/layout'),
    meta:{
      needLogin:true,
    },
    children: [
      {
        path: 'system',
@@ -151,6 +154,11 @@
                component: () => import('@/views/operate/rectification/renovationList'),
              }
            ]
          },
          {
            path:'lawEnforcement',
            name:'lawEnforcement',
            component:()=>import('@/views/operate/lawEnforcement')
          }
        ]
      },