|
@@ -201,6 +201,36 @@ const enterprise = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/enterprise/memberCenter',
|
|
|
|
+ component: Layout,
|
|
|
|
+ redirect: '/enterprise/memberCenter/myAccount/index.vue',
|
|
|
|
+ name: 'enterpriseMemberCenter',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '会员中心',
|
|
|
|
+ enName: 'system Management',
|
|
|
|
+ icon: 'mdi-account',
|
|
|
|
+ // isAdmin: true // 企业管理员菜单
|
|
|
|
+ },
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/enterprise/memberCenter/myAccount',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '我的会员',
|
|
|
|
+ enName: 'My Account '
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/enterprise/memberCenter/myAccount/index.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/enterprise/memberCenter/myPoints',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '我的积分',
|
|
|
|
+ enName: 'My Points '
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/enterprise/memberCenter/myPoints/index.vue')
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/enterprise/enterpriseCenter',
|
|
path: '/enterprise/enterpriseCenter',
|
|
component: Layout,
|
|
component: Layout,
|
|
@@ -240,24 +270,24 @@ const enterprise = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/enterprise/myAccount',
|
|
|
|
- component: Layout,
|
|
|
|
- name: 'enterpriseMyAccount',
|
|
|
|
- show: true,
|
|
|
|
- meta: {
|
|
|
|
- title: '我的账户',
|
|
|
|
- },
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: '/enterprise/myAccount',
|
|
|
|
- component: () => import('@/views/enterprise/myAccount/index'),
|
|
|
|
- meta: {
|
|
|
|
- title: '我的账户',
|
|
|
|
- hideSide: true
|
|
|
|
- },
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/enterprise/myAccount',
|
|
|
|
+ // component: Layout,
|
|
|
|
+ // name: 'enterpriseMyAccount',
|
|
|
|
+ // show: true,
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: '我的账户',
|
|
|
|
+ // },
|
|
|
|
+ // children: [
|
|
|
|
+ // {
|
|
|
|
+ // path: '/enterprise/myAccount',
|
|
|
|
+ // component: () => import('@/views/enterprise/myAccount/index'),
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: '我的账户',
|
|
|
|
+ // hideSide: false
|
|
|
|
+ // },
|
|
|
|
+ // }
|
|
|
|
+ // ]
|
|
|
|
+ // },
|
|
]
|
|
]
|
|
export default enterprise
|
|
export default enterprise
|