edit
This commit is contained in:
@ -10,16 +10,25 @@ import { FreightAccountDetailComponent } from './components/freight-account/frei
|
||||
import { DriverAccountDetailComponent } from './components/driver-account/driver-account-detail/driver-account-detail.component';
|
||||
import { SettingFinancialComponent } from './components/main-account/setting-financial/setting-financial.component';
|
||||
import { WithdrawalsDetailComponent } from './components/withdrawals-record/withdrawals-detail/withdrawals-detail.component';
|
||||
import { CostManagementComponent } from './components/cost-management/cost-management.component';
|
||||
import { AbnormalGoldComponent } from './components/abnormal-gold/abnormal-gold.component';
|
||||
import { PaymentRecordComponent } from './components/payment-record/payment-record.component';
|
||||
import { TransactionFlowComponent } from './components/transaction-flow/transaction-flow.component';
|
||||
import { ClearingModalComponent } from './components/abnormal-gold/clearing-modal/clearing-modal.component';
|
||||
|
||||
const ROUTESCOMPONENTS = [
|
||||
FreightAccountComponent,
|
||||
DriverAccountComponent,
|
||||
RechargeRecordComponent,
|
||||
WithdrawalsRecordComponent,
|
||||
WithdrawalsDetailComponent
|
||||
WithdrawalsDetailComponent,
|
||||
CostManagementComponent,
|
||||
AbnormalGoldComponent,
|
||||
PaymentRecordComponent,
|
||||
TransactionFlowComponent
|
||||
];
|
||||
|
||||
const NOTROUTECOMPONENTS = [DriverAccountDetailComponent, FreightAccountDetailComponent, SettingFinancialComponent];
|
||||
const NOTROUTECOMPONENTS = [DriverAccountDetailComponent, FreightAccountDetailComponent, SettingFinancialComponent, ClearingModalComponent];
|
||||
|
||||
@NgModule({
|
||||
declarations: [...ROUTESCOMPONENTS, ...NOTROUTECOMPONENTS],
|
||||
|
||||
Reference in New Issue
Block a user