fix(projects): 修复百度地图sdk地址

This commit is contained in:
Soybean
2021-11-09 23:49:24 +08:00
parent 6abe094ff2
commit 9a97d23c75
6 changed files with 15 additions and 57 deletions

View File

@ -1 +1,5 @@
/// <reference types="bmapgl" />
declare namespace BMap {
class Map extends BMapGL.Map {}
class Point extends BMapGL.Point {}
}