| | |
| | | rootMenu: true, |
| | | }, |
| | | }, |
| | | // { |
| | | // path: '/AgreementManage', |
| | | // redirect: 'noRedirect', |
| | | // component: Layout, |
| | | // hidden: false, |
| | | // alwaysShow: true, |
| | | // meta: { |
| | | // rank: 10050, |
| | | // title: '协议管理', |
| | | // rootMenu: true, |
| | | // icon: 'home', |
| | | // }, |
| | | // children: [ |
| | | // { |
| | | // path: '/AgreementManageList', |
| | | // name: 'AgreementManageList', |
| | | // hidden: false, |
| | | // alwaysShow: true, |
| | | // component: () => import('@/views/AgreementManage/AgreementManageList.vue'), |
| | | // meta: { |
| | | // rank: 10051, |
| | | // title: '协议管理', |
| | | // // rootMenu: true, |
| | | // icon: 'home', |
| | | // }, |
| | | // }, |
| | | // ], |
| | | // }, |
| | | // { |
| | | // path: '/WithdrawManage', |
| | | // redirect: 'noRedirect', |
| | | // component: Layout, |
| | | // hidden: false, |
| | | // alwaysShow: true, |
| | | // meta: { |
| | | // rank: 10060, |
| | | // title: '提现管理', |
| | | // rootMenu: true, |
| | | // icon: 'home', |
| | | // }, |
| | | // children: [ |
| | | // { |
| | | // path: '/WithdrawManageList', |
| | | // name: 'WithdrawManageList', |
| | | // hidden: false, |
| | | // alwaysShow: true, |
| | | // component: () => import('@/views/WithdrawManage/WithdrawManageList.vue'), |
| | | // meta: { |
| | | // rank: 10061, |
| | | // title: '提现管理', |
| | | // // rootMenu: true, |
| | | // icon: 'home', |
| | | // }, |
| | | // }, |
| | | // ], |
| | | // }, |
| | | { |
| | | path: '/Login', |
| | | name: 'Login', |
| | |
| | | }, |
| | | }, |
| | | { |
| | | path: '/SignMiddleware/:code', |
| | | name: 'SignMiddleware', |
| | | alias: '/sg/:code', |
| | | hidden: true, |
| | | component: () => import('@/views/SignMiddleware/SignMiddleware.vue'), |
| | | meta: { |
| | | title: '签约', |
| | | rank: 102, |
| | | }, |
| | | }, |
| | | { |
| | | path: '/SignU/:code', |
| | | name: 'SignU', |
| | | alias: '/sgu/:code', |
| | | hidden: true, |
| | | component: () => import('@/views/SignMiddleware/SignU.vue'), |
| | | meta: { |
| | | title: '签约', |
| | | rank: 102, |
| | | }, |
| | | }, |
| | | { |
| | | path: '/Error', |
| | | component: ErrorLayout, |
| | | redirect: '/Error/401', |