fengxiang
2018-08-14 769d84e98ce50ed168d26d2f6b82177b9c786685
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]