智慧农业后台管理页面
tangzy
2022-05-16 3c77ae9b1d9f4bfe3a25d054a7793dbcde0a7aba
src/router/views/index.js
@@ -35,7 +35,36 @@
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/util/test')
        }]
    }, {
},
  {
    path: '/framing',
    redirect: '/farmplant/farmplant',
    component: Layout,
    children: [{
      path: 'index',
      name: '农事操作',
      meta: {
        i18n: 'index',
      },
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/farm/farmPaper')
    }]
  },
  {
    path: '/stockrecord',
    redirect: '/stockrecord/stockrecord',
    component: Layout,
    children: [{
      path: 'stockrecord',
      name: '农事操作',
      meta: {
        i18n: 'index',
      },
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/stockrecord/stockrecord')
    }]
  },
  {
        path: '/dict-horizontal',
        component: Layout,
        redirect: '/dict-horizontal/index',
@@ -75,7 +104,8 @@
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/land/land')
    }]
  },{
  },
  {
        path: '/info',
        component: Layout,
        redirect: '/info/index',