Parcourir la source

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

panyong il y a 2 ans
Parent
commit
579c4666d1
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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: '农户管理' }
     }
   ]
 }