fengxiang
2018-08-14 5913516ca6ac3a15a629803a2bf78ab9a2afcc68
src/app/routes/map/map.module.ts
@@ -11,9 +11,9 @@
    imports: [
      CommonModule,
      SharedModule,
        BaiduMapModule.forRoot({
          ak: 'rER1sgBIcQxkfNSlm2wmBGZGgEERrooM'
        })
      BaiduMapModule.forRoot({
        ak: 'rER1sgBIcQxkfNSlm2wmBGZGgEERrooM'
      })
    ],
  declarations: [CoordinatesPickerComponent],
  exports: [CoordinatesPickerComponent]