Optimize structure

This commit is contained in:
Taric Xin
2022-05-11 16:47:27 +08:00
parent 6760f5da45
commit f1fc336850
13 changed files with 27 additions and 46 deletions

View File

@ -40,6 +40,7 @@ import { AccountDetailComponent } from './components/account-detail/account-deta
import { CaptchaModule } from './components/captcha';
import { rebateTableModule } from './components/rebate-table';
import { SearchDrawerModule } from './components/search-drawer';
import { HttpClientModule } from '@angular/common/http';
// import { SearchDrawerComponent } from './components/search-drawer/search-drawer.component';
@ -71,6 +72,7 @@ const SHAREDCOMPONENTS = [LogisticsTimeLineComponent, DictSelectComponent, Accou
CommonModule,
FormsModule,
RouterModule,
HttpClientModule,
ReactiveFormsModule,
AlainThemeModule.forChild(),
DelonACLModule,
@ -83,6 +85,7 @@ const SHAREDCOMPONENTS = [LogisticsTimeLineComponent, DictSelectComponent, Accou
exports: [
CommonModule,
FormsModule,
HttpClientModule,
ReactiveFormsModule,
RouterModule,
AlainThemeModule,