|
@@ -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: '农户管理' }
|
|
|
}
|
|
|
]
|
|
|
}
|