|
@@ -129,124 +129,108 @@ export default [
|
|
component: () => import('../view/admin/12345/sourceStatistics/index')
|
|
component: () => import('../view/admin/12345/sourceStatistics/index')
|
|
},
|
|
},
|
|
|
|
|
|
- {
|
|
|
|
- path: 'AcceptanceAppeal/acceptanceAppealIndex',
|
|
|
|
- name: 'acceptanceAppealIndex',
|
|
|
|
- component: () => import('../view/admin/12345/AcceptanceAppeal/acceptanceAppealIndex'),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'overdueFile',
|
|
|
|
- name: 'overdueFile',
|
|
|
|
- component: () => import('../view/admin/12345/overdueFile/index'),
|
|
|
|
- }, {
|
|
|
|
- path: 'dissatisfiedStatistics',
|
|
|
|
- name: 'dissatisfiedStatistics',
|
|
|
|
- component: () => import('../view/admin/12345/dissatisfiedStatistics/index'),
|
|
|
|
- }, {
|
|
|
|
- path: 'marketHotlineProcessing',
|
|
|
|
- name: 'marketHotlineProcessing',
|
|
|
|
- component: () => import('../view/admin/12345/marketHotlineProcessing/index'),
|
|
|
|
- }, {
|
|
|
|
- path: 'hotSpot',
|
|
|
|
- name: 'hotSpot',
|
|
|
|
- component: () => import('../view/admin/12345/hotSpot/index'),
|
|
|
|
- }, {
|
|
|
|
- path: 'districtHotline',
|
|
|
|
- name: 'districtHotline',
|
|
|
|
- component: () => import('../view/admin/12345/districtHotline/index'),
|
|
|
|
- }, {
|
|
|
|
- path: 'mainIndex',
|
|
|
|
- name: 'mainIndex',
|
|
|
|
- component: () => import('../view/admin/mainIndex'),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'investmentProjects',
|
|
|
|
- name: 'investmentProjects',
|
|
|
|
- component: () => import('../view/admin/serviceCenter/investmentProjects'),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'realTimeMonitoring',
|
|
|
|
- name: 'realTimeMonitoring',
|
|
|
|
- component: () => import('../view/admin/publicOversight/realTimeMonitoring'),
|
|
|
|
- }, {
|
|
|
|
- path: 'transactionClassification',
|
|
|
|
- name: 'transactionClassification',
|
|
|
|
- component: () => import('../view/admin/publicOversight/transactionClassification'),
|
|
|
|
- }, {
|
|
|
|
- path: 'turnoverAmountPieChart',
|
|
|
|
- name: 'turnoverAmountPieChart',
|
|
|
|
- component: () => import('../view/admin/publicOversight/turnoverAmountPieChart'),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'turnoverAmountPieTotalAmount',
|
|
|
|
- name: 'turnoverAmountPieTotalAmount',
|
|
|
|
- component: () => import('../view/admin/publicOversight/turnoverAmountPieTotalAmount'),
|
|
|
|
- }, {
|
|
|
|
- path: 'cityResourcesTurnover',
|
|
|
|
- name: 'cityResourcesTurnover',
|
|
|
|
- component: () => import('../view/admin/publicOversight/CityResourcesTurnover'),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'purchaseList',
|
|
|
|
- name: 'purchaseList',
|
|
|
|
- component: () => import('../view/admin/publicOversight/purchaseList'),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'majorProject',
|
|
|
|
- name: 'majorProject',
|
|
|
|
- component: () => import('../view/admin/publicOversight/majorProject'),
|
|
|
|
- }, {
|
|
|
|
- path: 'publicMainIndex',
|
|
|
|
- name: 'publicMainIndex',
|
|
|
|
- component: () => import('../view/admin/publicOversight/mainIndex'),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'user',
|
|
|
|
- name: 'user',
|
|
|
|
- component: () => import('../view/admin/setting/user')
|
|
|
|
- }, {
|
|
|
|
- path: 'role',
|
|
|
|
- name: 'role',
|
|
|
|
- component: () => import('../view/admin/setting/role')
|
|
|
|
- }, {
|
|
|
|
- path: 'resource',
|
|
|
|
- name: 'resource',
|
|
|
|
- component: () => import('../view/admin/setting/resources')
|
|
|
|
- }, {
|
|
|
|
- path: 'sourceStatistics',
|
|
|
|
- name: 'sourceStatistics',
|
|
|
|
- component: () => import('../view/admin/12345/sourceStatistics/index')
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'electronicCertificate',
|
|
|
|
- name: 'electronicCertificate',
|
|
|
|
- component: () => import('../view/admin/serviceCenter/electronicCertificate')
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'electronicSeal',
|
|
|
|
- name: 'electronicSeal',
|
|
|
|
- component: () => import('../view/admin/serviceCenter/electronicSeal')
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'efficientThing',
|
|
|
|
- name: 'efficientThing',
|
|
|
|
- component: () => import('../view/admin/serviceCenter/efficientThing')
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'characteristicThing',
|
|
|
|
- name: 'characteristicThing',
|
|
|
|
- component: () => import('../view/admin/serviceCenter/characteristicThing')
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'fourOfficeInfo',
|
|
|
|
- name: 'fourOfficeInfo',
|
|
|
|
- component: () => import('../view/admin/serviceCenter/fourOfficeInfo')
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'inventoryInfo',
|
|
|
|
- name: 'inventoryInfo',
|
|
|
|
- component: () => import('../view/admin/serviceCenter/inventoryInfo')
|
|
|
|
- },
|
|
|
|
|
|
+ {
|
|
|
|
+ path: 'AcceptanceAppeal/acceptanceAppealIndex',
|
|
|
|
+ name: 'acceptanceAppealIndex',
|
|
|
|
+ component: () => import('../view/admin/12345/AcceptanceAppeal/acceptanceAppealIndex'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'overdueFile',
|
|
|
|
+ name: 'overdueFile',
|
|
|
|
+ component: () => import('../view/admin/12345/overdueFile/index'),
|
|
|
|
+ }, {
|
|
|
|
+ path: 'mainIndex',
|
|
|
|
+ name: 'mainIndex',
|
|
|
|
+ component: () => import('../view/admin/mainIndex'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'investmentProjects',
|
|
|
|
+ name: 'investmentProjects',
|
|
|
|
+ component: () => import('../view/admin/serviceCenter/investmentProjects'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'realTimeMonitoring',
|
|
|
|
+ name: 'realTimeMonitoring',
|
|
|
|
+ component: () => import('../view/admin/publicOversight/realTimeMonitoring'),
|
|
|
|
+ }, {
|
|
|
|
+ path: 'transactionClassification',
|
|
|
|
+ name: 'transactionClassification',
|
|
|
|
+ component: () => import('../view/admin/publicOversight/transactionClassification'),
|
|
|
|
+ }, {
|
|
|
|
+ path: 'turnoverAmountPieChart',
|
|
|
|
+ name: 'turnoverAmountPieChart',
|
|
|
|
+ component: () => import('../view/admin/publicOversight/turnoverAmountPieChart'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'turnoverAmountPieTotalAmount',
|
|
|
|
+ name: 'turnoverAmountPieTotalAmount',
|
|
|
|
+ component: () => import('../view/admin/publicOversight/turnoverAmountPieTotalAmount'),
|
|
|
|
+ }, {
|
|
|
|
+ path: 'cityResourcesTurnover',
|
|
|
|
+ name: 'cityResourcesTurnover',
|
|
|
|
+ component: () => import('../view/admin/publicOversight/CityResourcesTurnover'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'purchaseList',
|
|
|
|
+ name: 'purchaseList',
|
|
|
|
+ component: () => import('../view/admin/publicOversight/purchaseList'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'majorProject',
|
|
|
|
+ name: 'majorProject',
|
|
|
|
+ component: () => import('../view/admin/publicOversight/majorProject'),
|
|
|
|
+ }, {
|
|
|
|
+ path: 'publicMainIndex',
|
|
|
|
+ name: 'publicMainIndex',
|
|
|
|
+ component: () => import('../view/admin/publicOversight/mainIndex'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'user',
|
|
|
|
+ name: 'user',
|
|
|
|
+ component: () => import('../view/admin/setting/user')
|
|
|
|
+ }, {
|
|
|
|
+ path: 'role',
|
|
|
|
+ name: 'role',
|
|
|
|
+ component: () => import('../view/admin/setting/role')
|
|
|
|
+ }, {
|
|
|
|
+ path: 'resource',
|
|
|
|
+ name: 'resource',
|
|
|
|
+ component: () => import('../view/admin/setting/resources')
|
|
|
|
+ }, {
|
|
|
|
+ path: 'sourceStatistics',
|
|
|
|
+ name: 'sourceStatistics',
|
|
|
|
+ component: () => import('../view/admin/12345/sourceStatistics/index')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'electronicCertificate',
|
|
|
|
+ name: 'electronicCertificate',
|
|
|
|
+ component: () => import('../view/admin/serviceCenter/electronicCertificate')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'electronicSeal',
|
|
|
|
+ name: 'electronicSeal',
|
|
|
|
+ component: () => import('../view/admin/serviceCenter/electronicSeal')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'efficientThing',
|
|
|
|
+ name: 'efficientThing',
|
|
|
|
+ component: () => import('../view/admin/serviceCenter/efficientThing')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'characteristicThing',
|
|
|
|
+ name: 'characteristicThing',
|
|
|
|
+ component: () => import('../view/admin/serviceCenter/characteristicThing')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'fourOfficeInfo',
|
|
|
|
+ name: 'fourOfficeInfo',
|
|
|
|
+ component: () => import('../view/admin/serviceCenter/fourOfficeInfo')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'inventoryInfo',
|
|
|
|
+ name: 'inventoryInfo',
|
|
|
|
+ component: () => import('../view/admin/serviceCenter/inventoryInfo')
|
|
|
|
+ },
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
]
|