|
@@ -705,6 +705,23 @@ export const dynamicRoutes = [
|
|
|
}]
|
|
|
},
|
|
|
|
|
|
+ // 兑换配置
|
|
|
+ {
|
|
|
+ name: 'registrationExchange',
|
|
|
+ path: '/registration',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ permissions: ['registration:exchange:list'],
|
|
|
+ children: [{
|
|
|
+ name: 'registrationExchangeDetail',
|
|
|
+ path: 'exchange/detail',
|
|
|
+ component: () => import('@/views/registration/exchange/detail'),
|
|
|
+ meta: {
|
|
|
+ title: '配置详情',
|
|
|
+ activeMenu: '/registration/exchange'
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|
|
@@ -905,22 +922,6 @@ export const dynamicRoutes = [
|
|
|
},
|
|
|
|
|
|
|
|
|
- // 兑换配置
|
|
|
- {
|
|
|
- path: '/registration',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- permissions: ['registration:exchangeConfig:list'],
|
|
|
- children: [{
|
|
|
- path: 'exchangeConfig/detail',
|
|
|
- component: () => import('@/views/registration/exchange/detail'),
|
|
|
- name: 'exchangeConfigDetail',
|
|
|
- meta: {
|
|
|
- title: '配置详情',
|
|
|
- activeMenu: '/registration/exchangeConfig'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
// App升级
|
|
|
{
|
|
|
path: '/push',
|