智慧农业后台管理页面
Administrator
2022-05-30 d3f76a799401c8dd687dc786bfb656eaffba908a
src/router/views/index.js
@@ -232,6 +232,20 @@
    }]
  },
  {
        path: '/statistics',
        component: Layout,
        redirect: '/statistics/index',
        children: [{
            path: 'index',
            name: '数据统计',
            meta: {
                i18n: 'statistics'
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/statistics/statistics')
        }]
    },
    {
    path: '/traceability',
    component: Layout,
    redirect: '/traceability/index',