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-06-27 10:25:01 * @Last Modified time: 2022-07-08 10:54:29 */ import Vue from 'vue' @@ -58,6 +58,13 @@ }] }, { path: '/farmDetails', meta: { title: '农场详情' }, component: () => import('../../views/farm/index.vue') }, { path: '/403', component: () => import(/* webpackChunkName: "page" */ '@/components/error-page/403'),