|
|
@@ -97,6 +97,18 @@ const __STATIC_ROUTES__ = [
|
|
|
path: '/basicinfo',
|
|
|
component: 'LAYOUT',
|
|
|
children: [
|
|
|
+ {
|
|
|
+ path: '/basicinfo/overhaul',
|
|
|
+ component: 'dashboard/Overhaul',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '信息汇总',
|
|
|
+ },
|
|
|
+ name: 'basicinfo-overhaul',
|
|
|
+ },
|
|
|
{
|
|
|
path: '/basicinfo/mines-info',
|
|
|
component: 'dashboard/basicInfo/minesInfo',
|