智慧农业后台管理页面
tangzy
2022-05-11 1a97ff39d72a21785cd819bbb10851343190009c
src/router/views/index.js
@@ -61,7 +61,21 @@
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
        }]
    }, {
    },
  {
    path: '/land',
    component: Layout,
    redirect: '/land/index',
    children: [{
      path: 'index',
      name: '地块管理',
      meta: {
        i18n: 'land'
      },
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/land/land')
    }]
  },{
        path: '/info',
        component: Layout,
        redirect: '/info/index',
@@ -118,4 +132,4 @@
                import ( /* webpackChunkName: "views" */ '@/views/farm/farm')
        }]
    },
]
]