|
|
@@ -1785,18 +1785,20 @@ export const constantRouterMap = [
|
|
|
{title: '配置', path: '/config/base'},
|
|
|
],
|
|
|
},
|
|
|
- }, {
|
|
|
- path: '/config/period',
|
|
|
- component: _import('config/period'),
|
|
|
- name: 'config_period',
|
|
|
- meta: {
|
|
|
- title: '期数配置',
|
|
|
- breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '配置', path: '/config/index'},
|
|
|
- ],
|
|
|
- },
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // path: '/config/period',
|
|
|
+ // component: _import('config/period'),
|
|
|
+ // name: 'config_period',
|
|
|
+ // meta: {
|
|
|
+ // title: '期数配置',
|
|
|
+ // breadcrumb: [
|
|
|
+ // {title: '首页', path: '/dashboard/index'},
|
|
|
+ // {title: '配置', path: '/config/index'},
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ {
|
|
|
path: '/config/other',
|
|
|
component: _import('config/other'),
|
|
|
name: 'config_other',
|