智慧农业大数据平台
shuishen
2022-07-16 9983b8634a8689f2daee0433f01cfbce9cf5a79a
src/router/page/index.js
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-04-30 14:12:09
 * @Last Modified by: Morpheus
 * @Last Modified time: 2022-07-12 19:39:31
 * @Last Modified time: 2022-07-14 18:28:34
 */
import Vue from 'vue'
@@ -65,6 +65,13 @@
        component: () => import('../../views/farm/index.vue')
    },
    {
        path: '/equipmentDetails',
        meta: {
            title: '物联网设备总览'
        },
        component: () => import('../../views/equipment/index.vue')
    },
    {
        path: '/403',
        component: () =>
            import(/* webpackChunkName: "page" */ '@/components/error-page/403'),