@@ -11,68 +11,34 @@ import GlobalComponents from './'
11
11
12
12
function RouterConfig ( { history } ) {
13
13
14
- const { CarInspectionPlatformBizApp} = GlobalComponents
15
- const { ProvinceBizApp} = GlobalComponents
14
+ const { GamePlatformBizApp} = GlobalComponents
16
15
const { CityBizApp} = GlobalComponents
17
- const { AvailableProductBizApp} = GlobalComponents
18
- const { AvailableVehicleTypeBizApp} = GlobalComponents
19
- const { AvailableVehicleUseCharacterBizApp} = GlobalComponents
20
- const { ContractBizApp} = GlobalComponents
21
- const { ServicePriceBizApp} = GlobalComponents
22
- const { AvailableServiceBizApp} = GlobalComponents
23
- const { ProductPriceBizApp} = GlobalComponents
24
- const { AvailableInsuranceBizApp} = GlobalComponents
25
- const { VehicleRepairingAllowanceBizApp} = GlobalComponents
26
- const { AvailableHandOverItemBizApp} = GlobalComponents
16
+ const { StoreBizApp} = GlobalComponents
17
+ const { GameCategoryBizApp} = GlobalComponents
18
+ const { GameBizApp} = GlobalComponents
19
+ const { GameSessionBizApp} = GlobalComponents
20
+ const { GameSessionRecordBizApp} = GlobalComponents
21
+ const { GamePlayerRecordBizApp} = GlobalComponents
22
+ const { RearrangeSessionTicketRecordBizApp} = GlobalComponents
23
+ const { GameTokenBizApp} = GlobalComponents
24
+ const { GameTicketBizApp} = GlobalComponents
25
+ const { OnlineOrderBizApp} = GlobalComponents
26
+ const { OnlineOrderPaymentBizApp} = GlobalComponents
27
+ const { OnlineOrderRedeemHistoryBizApp} = GlobalComponents
28
+ const { TicketPrintingBizApp} = GlobalComponents
29
+ const { TicketPrintingHistoryBizApp} = GlobalComponents
30
+ const { OfflineStoreOrderBizApp} = GlobalComponents
27
31
const { CustomerBizApp} = GlobalComponents
28
- const { VehicleServiceCompanyBizApp} = GlobalComponents
29
- const { ServiceCompanyAuthenticationInfoBizApp} = GlobalComponents
30
- const { VehicleInspectionPlateNumberPatternBizApp} = GlobalComponents
31
- const { FileInspectionPlateNumberPatternBizApp} = GlobalComponents
32
- const { VehicleServiceCompanyBusinessScopeBizApp} = GlobalComponents
33
- const { CompanyQrcodePromotionRecordBizApp} = GlobalComponents
34
- const { VehicleServiceCompanyDispatcherBizApp} = GlobalComponents
35
- const { CompanyDiscountBizApp} = GlobalComponents
36
- const { VehicleServiceCompanyEmployeeBizApp} = GlobalComponents
37
- const { ServiceOrderFilterBizApp} = GlobalComponents
38
- const { CompanyEmployeeQualificationBizApp} = GlobalComponents
39
- const { CompanyEmployeeServingBizApp} = GlobalComponents
40
- const { CompanyEmployeeTerminationBizApp} = GlobalComponents
41
- const { EmployeeDrivingLicenseBizApp} = GlobalComponents
42
- const { InspectionStationBizApp} = GlobalComponents
43
- const { VehicleInfoBizApp} = GlobalComponents
44
- const { VehicleInspectionOrderBizApp} = GlobalComponents
45
- const { VehicleInspectionInsuranceOrderBizApp} = GlobalComponents
46
- const { VehicleInspectionOrderChargeBizApp} = GlobalComponents
47
- const { VehicleInspectionOrderServiceLogBizApp} = GlobalComponents
48
- const { VehicleInspectionOrderPaymentBizApp} = GlobalComponents
49
- const { HandOverChecklistItemBizApp} = GlobalComponents
50
- const { ServiceVehicleMovementC2mBizApp} = GlobalComponents
51
- const { ServiceVehicleMovementM2mBizApp} = GlobalComponents
52
- const { ServiceVehicleMovementM2cBizApp} = GlobalComponents
53
- const { ServiceFileMovementC2mBizApp} = GlobalComponents
54
- const { ServiceFileMovementM2mBizApp} = GlobalComponents
55
- const { ServiceFileMovementM2cBizApp} = GlobalComponents
56
- const { HandOverChecklistResultBizApp} = GlobalComponents
57
- const { ServiceInsuranceForInspectionBizApp} = GlobalComponents
58
- const { ServiceVehicleInspectionBizApp} = GlobalComponents
59
- const { ServiceFileInspectionBizApp} = GlobalComponents
60
- const { ServiceVehicleRepairingBizApp} = GlobalComponents
61
- const { RepairingAllowanceItemBizApp} = GlobalComponents
62
- const { VehicleRepairingPaymentBizApp} = GlobalComponents
63
- const { AvailableReviewItemBizApp} = GlobalComponents
64
- const { OrderReviewResultBizApp} = GlobalComponents
65
- const { AvailableRatingItemBizApp} = GlobalComponents
66
- const { OrderRatingResultBizApp} = GlobalComponents
67
- const { PreorderPromotionBizApp} = GlobalComponents
68
- const { OrderDiscountCouponBizApp} = GlobalComponents
69
- const { VehicleInspectionOrderCouponBizApp} = GlobalComponents
70
- const { AccountBizApp} = GlobalComponents
71
- const { ServiceCompanyAccountBizApp} = GlobalComponents
72
- const { RepairingCompanyAccountBizApp} = GlobalComponents
73
- const { InsuranceServiceAccountBizApp} = GlobalComponents
74
- const { MainOrderAccountBizApp} = GlobalComponents
75
- const { InspectionStationAccountBizApp} = GlobalComponents
32
+ const { CouponBizApp} = GlobalComponents
33
+ const { VipLevelBizApp} = GlobalComponents
34
+ const { PlayerBizApp} = GlobalComponents
35
+ const { EmployeeBizApp} = GlobalComponents
36
+ const { AdBizApp} = GlobalComponents
37
+ const { BannerBizApp} = GlobalComponents
38
+ const { NewsBizApp} = GlobalComponents
39
+ const { NewsContentBizApp} = GlobalComponents
40
+ const { CampaignBizApp} = GlobalComponents
41
+ const { ActionTokenBizApp} = GlobalComponents
76
42
const { UserDomainBizApp} = GlobalComponents
77
43
const { SecUserBizApp} = GlobalComponents
78
44
const { SecUserBlockingBizApp} = GlobalComponents
@@ -92,68 +58,34 @@ function RouterConfig({ history }) {
92
58
< Router history = { history } >
93
59
< Switch >
94
60
< Route path = "/home" component = { Launcher } />
95
- < Route path = "/carInspectionPlatform/" component = { CarInspectionPlatformBizApp } />
96
- < Route path = "/province/" component = { ProvinceBizApp } />
61
+ < Route path = "/gamePlatform/" component = { GamePlatformBizApp } />
97
62
< Route path = "/city/" component = { CityBizApp } />
98
- < Route path = "/availableProduct/" component = { AvailableProductBizApp } />
99
- < Route path = "/availableVehicleType/" component = { AvailableVehicleTypeBizApp } />
100
- < Route path = "/availableVehicleUseCharacter/" component = { AvailableVehicleUseCharacterBizApp } />
101
- < Route path = "/contract/" component = { ContractBizApp } />
102
- < Route path = "/servicePrice/" component = { ServicePriceBizApp } />
103
- < Route path = "/availableService/" component = { AvailableServiceBizApp } />
104
- < Route path = "/productPrice/" component = { ProductPriceBizApp } />
105
- < Route path = "/availableInsurance/" component = { AvailableInsuranceBizApp } />
106
- < Route path = "/vehicleRepairingAllowance/" component = { VehicleRepairingAllowanceBizApp } />
107
- < Route path = "/availableHandOverItem/" component = { AvailableHandOverItemBizApp } />
63
+ < Route path = "/store/" component = { StoreBizApp } />
64
+ < Route path = "/gameCategory/" component = { GameCategoryBizApp } />
65
+ < Route path = "/game/" component = { GameBizApp } />
66
+ < Route path = "/gameSession/" component = { GameSessionBizApp } />
67
+ < Route path = "/gameSessionRecord/" component = { GameSessionRecordBizApp } />
68
+ < Route path = "/gamePlayerRecord/" component = { GamePlayerRecordBizApp } />
69
+ < Route path = "/rearrangeSessionTicketRecord/" component = { RearrangeSessionTicketRecordBizApp } />
70
+ < Route path = "/gameToken/" component = { GameTokenBizApp } />
71
+ < Route path = "/gameTicket/" component = { GameTicketBizApp } />
72
+ < Route path = "/onlineOrder/" component = { OnlineOrderBizApp } />
73
+ < Route path = "/onlineOrderPayment/" component = { OnlineOrderPaymentBizApp } />
74
+ < Route path = "/onlineOrderRedeemHistory/" component = { OnlineOrderRedeemHistoryBizApp } />
75
+ < Route path = "/ticketPrinting/" component = { TicketPrintingBizApp } />
76
+ < Route path = "/ticketPrintingHistory/" component = { TicketPrintingHistoryBizApp } />
77
+ < Route path = "/offlineStoreOrder/" component = { OfflineStoreOrderBizApp } />
108
78
< Route path = "/customer/" component = { CustomerBizApp } />
109
- < Route path = "/vehicleServiceCompany/" component = { VehicleServiceCompanyBizApp } />
110
- < Route path = "/serviceCompanyAuthenticationInfo/" component = { ServiceCompanyAuthenticationInfoBizApp } />
111
- < Route path = "/vehicleInspectionPlateNumberPattern/" component = { VehicleInspectionPlateNumberPatternBizApp } />
112
- < Route path = "/fileInspectionPlateNumberPattern/" component = { FileInspectionPlateNumberPatternBizApp } />
113
- < Route path = "/vehicleServiceCompanyBusinessScope/" component = { VehicleServiceCompanyBusinessScopeBizApp } />
114
- < Route path = "/companyQrcodePromotionRecord/" component = { CompanyQrcodePromotionRecordBizApp } />
115
- < Route path = "/vehicleServiceCompanyDispatcher/" component = { VehicleServiceCompanyDispatcherBizApp } />
116
- < Route path = "/companyDiscount/" component = { CompanyDiscountBizApp } />
117
- < Route path = "/vehicleServiceCompanyEmployee/" component = { VehicleServiceCompanyEmployeeBizApp } />
118
- < Route path = "/serviceOrderFilter/" component = { ServiceOrderFilterBizApp } />
119
- < Route path = "/companyEmployeeQualification/" component = { CompanyEmployeeQualificationBizApp } />
120
- < Route path = "/companyEmployeeServing/" component = { CompanyEmployeeServingBizApp } />
121
- < Route path = "/companyEmployeeTermination/" component = { CompanyEmployeeTerminationBizApp } />
122
- < Route path = "/employeeDrivingLicense/" component = { EmployeeDrivingLicenseBizApp } />
123
- < Route path = "/inspectionStation/" component = { InspectionStationBizApp } />
124
- < Route path = "/vehicleInfo/" component = { VehicleInfoBizApp } />
125
- < Route path = "/vehicleInspectionOrder/" component = { VehicleInspectionOrderBizApp } />
126
- < Route path = "/vehicleInspectionInsuranceOrder/" component = { VehicleInspectionInsuranceOrderBizApp } />
127
- < Route path = "/vehicleInspectionOrderCharge/" component = { VehicleInspectionOrderChargeBizApp } />
128
- < Route path = "/vehicleInspectionOrderServiceLog/" component = { VehicleInspectionOrderServiceLogBizApp } />
129
- < Route path = "/vehicleInspectionOrderPayment/" component = { VehicleInspectionOrderPaymentBizApp } />
130
- < Route path = "/handOverChecklistItem/" component = { HandOverChecklistItemBizApp } />
131
- < Route path = "/serviceVehicleMovementC2m/" component = { ServiceVehicleMovementC2mBizApp } />
132
- < Route path = "/serviceVehicleMovementM2m/" component = { ServiceVehicleMovementM2mBizApp } />
133
- < Route path = "/serviceVehicleMovementM2c/" component = { ServiceVehicleMovementM2cBizApp } />
134
- < Route path = "/serviceFileMovementC2m/" component = { ServiceFileMovementC2mBizApp } />
135
- < Route path = "/serviceFileMovementM2m/" component = { ServiceFileMovementM2mBizApp } />
136
- < Route path = "/serviceFileMovementM2c/" component = { ServiceFileMovementM2cBizApp } />
137
- < Route path = "/handOverChecklistResult/" component = { HandOverChecklistResultBizApp } />
138
- < Route path = "/serviceInsuranceForInspection/" component = { ServiceInsuranceForInspectionBizApp } />
139
- < Route path = "/serviceVehicleInspection/" component = { ServiceVehicleInspectionBizApp } />
140
- < Route path = "/serviceFileInspection/" component = { ServiceFileInspectionBizApp } />
141
- < Route path = "/serviceVehicleRepairing/" component = { ServiceVehicleRepairingBizApp } />
142
- < Route path = "/repairingAllowanceItem/" component = { RepairingAllowanceItemBizApp } />
143
- < Route path = "/vehicleRepairingPayment/" component = { VehicleRepairingPaymentBizApp } />
144
- < Route path = "/availableReviewItem/" component = { AvailableReviewItemBizApp } />
145
- < Route path = "/orderReviewResult/" component = { OrderReviewResultBizApp } />
146
- < Route path = "/availableRatingItem/" component = { AvailableRatingItemBizApp } />
147
- < Route path = "/orderRatingResult/" component = { OrderRatingResultBizApp } />
148
- < Route path = "/preorderPromotion/" component = { PreorderPromotionBizApp } />
149
- < Route path = "/orderDiscountCoupon/" component = { OrderDiscountCouponBizApp } />
150
- < Route path = "/vehicleInspectionOrderCoupon/" component = { VehicleInspectionOrderCouponBizApp } />
151
- < Route path = "/account/" component = { AccountBizApp } />
152
- < Route path = "/serviceCompanyAccount/" component = { ServiceCompanyAccountBizApp } />
153
- < Route path = "/repairingCompanyAccount/" component = { RepairingCompanyAccountBizApp } />
154
- < Route path = "/insuranceServiceAccount/" component = { InsuranceServiceAccountBizApp } />
155
- < Route path = "/mainOrderAccount/" component = { MainOrderAccountBizApp } />
156
- < Route path = "/inspectionStationAccount/" component = { InspectionStationAccountBizApp } />
79
+ < Route path = "/coupon/" component = { CouponBizApp } />
80
+ < Route path = "/vipLevel/" component = { VipLevelBizApp } />
81
+ < Route path = "/player/" component = { PlayerBizApp } />
82
+ < Route path = "/employee/" component = { EmployeeBizApp } />
83
+ < Route path = "/ad/" component = { AdBizApp } />
84
+ < Route path = "/banner/" component = { BannerBizApp } />
85
+ < Route path = "/news/" component = { NewsBizApp } />
86
+ < Route path = "/newsContent/" component = { NewsContentBizApp } />
87
+ < Route path = "/campaign/" component = { CampaignBizApp } />
88
+ < Route path = "/actionToken/" component = { ActionTokenBizApp } />
157
89
< Route path = "/userDomain/" component = { UserDomainBizApp } />
158
90
< Route path = "/secUser/" component = { SecUserBizApp } />
159
91
< Route path = "/secUserBlocking/" component = { SecUserBlockingBizApp } />
0 commit comments