edit
This commit is contained in:
@ -27,6 +27,7 @@ import { ScrollbarModule } from './components/scrollbar';
|
||||
import { StatusLabelModule } from './components/status-label';
|
||||
import { SharedThirdModule } from './shared-third.module';
|
||||
import { LogisticsTimeLineComponent } from './components/logistics-time-line/logistics-time-line.component';
|
||||
import { AmapModule } from './components/amap/amap.module';
|
||||
|
||||
const MODULES = [
|
||||
AddressModule,
|
||||
@ -38,6 +39,7 @@ const MODULES = [
|
||||
ScrollbarModule,
|
||||
StatusLabelModule,
|
||||
SharedThirdModule,
|
||||
AmapModule,
|
||||
...PRO_SHARED_MODULES
|
||||
];
|
||||
// #endregion
|
||||
|
||||
Reference in New Issue
Block a user