refactor(router): 注释申报数据管理路由
- 在路由配置中注释掉了申报数据管理相关的路由 - 路由通过后端接收
Showing
1 changed file
with
7 additions
and
7 deletions
| ... | @@ -87,13 +87,13 @@ export const constantRoutes = [ | ... | @@ -87,13 +87,13 @@ export const constantRoutes = [ |
| 87 | hidden: false, | 87 | hidden: false, |
| 88 | meta: { title: '申报数据管理', icon: 'upload' }, | 88 | meta: { title: '申报数据管理', icon: 'upload' }, |
| 89 | children: [ | 89 | children: [ |
| 90 | - { | 90 | + // { |
| 91 | - path: '/reportingData', | 91 | + // path: '/reportingData', |
| 92 | - component: (resolve) => require(['@/views/reportingData/index'], resolve), | 92 | + // component: (resolve) => require(['@/views/reportingData/index'], resolve), |
| 93 | - hidden: false, | 93 | + // hidden: false, |
| 94 | - name: 'ReportingData', | 94 | + // name: 'ReportingData', |
| 95 | - meta: { title: '申报数据管理', icon: 'upload' } | 95 | + // meta: { title: '申报数据管理', icon: 'upload' } |
| 96 | - }, | 96 | + // }, |
| 97 | { | 97 | { |
| 98 | path: '/editReportingData', | 98 | path: '/editReportingData', |
| 99 | component: (resolve) => require(['@/views/editReportingData/index'], resolve), | 99 | component: (resolve) => require(['@/views/editReportingData/index'], resolve), | ... | ... |
-
Please register or login to post a comment