Browse Source

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

panyong 2 years ago
parent
commit
579c4666d1
1 changed files with 6 additions and 0 deletions
  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: '农户管理' }
     }
   ]
 }