| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/branchaccess', |
| | | redirect: { name: 'branchaccess_Index' }, |
| | | meta: { |
| | | title: '母版' |
| | | }, |
| | | component: () => |
| | | import('@/views/layout/Main'), |
| | | children: [ |
| | | /*权限管理*/ |
| | | { |
| | | path: 'Index', |
| | | name: 'branchaccess_Index', |
| | | meta: { |
| | | title: '连盟后台权限管理' |
| | | }, |
| | | component: () => |
| | | import('@/views/branchaccess/Index') |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/agentaccess', |
| | | redirect: { name: 'agentaccess_Index' }, |
| | | meta: { |
| | | title: '母版' |
| | | }, |
| | | component: () => |
| | | import('@/views/layout/Main'), |
| | | children: [ |
| | | /*权限管理*/ |
| | | { |
| | | path: 'Index', |
| | | name: 'agentaccess_Index', |
| | | meta: { |
| | | title: '代理商后台权限管理' |
| | | }, |
| | | component: () => |
| | | import('@/views/agentaccess/Index') |
| | | } |
| | | ] |
| | | }, |
| | | /*----商城列表----*/ |
| | | { |
| | | path: '/shop', |
| | |
| | | title: '开放设置' |
| | | }, |
| | | component: () => |
| | | import('@/views/opensettings/index') |
| | | import('@/views/opensettings/Index') |
| | | } |
| | | ] |
| | | }, |