edit
This commit is contained in:
@ -18,6 +18,9 @@ import { CartConfigActionModalComponent } from './components/cart-config/cart-co
|
||||
import { AgreementConfigComponentsBaseComponent } from './components/agreement-config/agreement-config.component';
|
||||
import { BasicSettingComponent } from './components/basic-setting/basic-setting.component';
|
||||
import { SystemConfigComponent } from './components/system-config/system-config.component';
|
||||
import { SettingRoleEditComponent } from './components/role-management/edit/edit.component';
|
||||
import { SettingMenuComponent } from './components/role-management/menu/menu.component';
|
||||
import { GoodsNameConfigComponent } from './components/goods-name-config/goods-name-config.component';
|
||||
|
||||
const COMPONENTS = [
|
||||
StaffManagementComponent,
|
||||
@ -30,14 +33,17 @@ const COMPONENTS = [
|
||||
CartConfigComponent,
|
||||
AgreementConfigComponentsBaseComponent,
|
||||
BasicSettingComponent,
|
||||
SystemConfigComponent
|
||||
SystemConfigComponent,
|
||||
GoodsNameConfigComponent
|
||||
];
|
||||
const NOTROUTECOMPONENTS = [
|
||||
BuyerTranspowerComponent,
|
||||
SystemStaffStaffModalComponent,
|
||||
BasicConfigActionModalComponent,
|
||||
AuditResonConfigActionModalComponent,
|
||||
CartConfigActionModalComponent
|
||||
CartConfigActionModalComponent,
|
||||
SettingRoleEditComponent,
|
||||
SettingMenuComponent
|
||||
];
|
||||
@NgModule({
|
||||
declarations: [...COMPONENTS, ...NOTROUTECOMPONENTS],
|
||||
|
||||
Reference in New Issue
Block a user