소스 검색

始宁农业管理后台:农户管理

panyong 2 년 전
부모
커밋
579c4666d1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      htmldev/shiningManage/src/router/modules/businessManage.js

+ 6 - 0
htmldev/shiningManage/src/router/modules/businessManage.js

@@ -16,6 +16,12 @@ const sys = {
       name: 'businessManageApply',
       component: () => import('@/views/businessManage/apply/index'),
       meta: { title: '入驻申请' }
+    },
+    {
+      path: 'business',
+      name: 'businessManageBusiness',
+      component: () => import('@/views/businessManage/business/index'),
+      meta: { title: '农户管理' }
     }
   ]
 }