edit
This commit is contained in:
@ -34,6 +34,9 @@ import { InsuranceSetComponent } from './components/insurance-set/insurance-set.
|
||||
import { NetworkFreightNewComponent } from './components/network-freight/new/new.component';
|
||||
import { NoTeManagementComponent } from './components/note-management/note-management.component';
|
||||
import { SmsTemplateComponent } from './components/sms-template/sms-template.component';
|
||||
import { OrganizationManagementComponent } from './components/organization-management/organization-management.component';
|
||||
import { OrganizationModalComponent } from './components/organization-management/organization-modal/organization-modal.component';
|
||||
import { ApiAuthModalComponent } from './components/organization-management/api-auth-modal/api-auth-modal.component';
|
||||
|
||||
const COMPONENTS = [
|
||||
StaffManagementComponent,
|
||||
@ -52,7 +55,8 @@ const COMPONENTS = [
|
||||
AnnouncementMessageComponent,
|
||||
InsuranceSetComponent,
|
||||
NoTeManagementComponent,
|
||||
SmsTemplateComponent
|
||||
SmsTemplateComponent,
|
||||
OrganizationManagementComponent
|
||||
];
|
||||
const NOTROUTECOMPONENTS = [
|
||||
BuyerTranspowerComponent,
|
||||
@ -61,10 +65,11 @@ const NOTROUTECOMPONENTS = [
|
||||
AuditResonConfigActionModalComponent,
|
||||
CartConfigActionModalComponent,
|
||||
SettingRoleEditComponent,
|
||||
SettingMenuComponent
|
||||
SettingMenuComponent,
|
||||
OrganizationModalComponent
|
||||
];
|
||||
@NgModule({
|
||||
declarations: [...COMPONENTS, ...NOTROUTECOMPONENTS],
|
||||
declarations: [...COMPONENTS, ...NOTROUTECOMPONENTS, ApiAuthModalComponent],
|
||||
imports: [CommonModule, SysSettingRoutingModule, SharedModule, DynamicSettingModule]
|
||||
})
|
||||
export class SysSettingModule {}
|
||||
|
||||
Reference in New Issue
Block a user