This commit is contained in:
Taric Xin
2021-12-07 13:25:52 +08:00
parent 34c9809e3e
commit 485686c4ab
18 changed files with 639 additions and 21 deletions

View File

@ -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