Skip to content

Commit eebffb6

Browse files
committed
同步代码
1 parent a36a890 commit eebffb6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lodash": "^4.17.21",
2828
"mapv": "^2.0.62",
2929
"mars3d": "~3.8.0",
30-
"mars3d-cesium": "~1.120.0",
30+
"mars3d-cesium": "~1.121.0",
3131
"mars3d-echarts": "~3.8.0",
3232
"mars3d-heatmap": "~3.8.0",
3333
"mars3d-mapv": "~3.8.0",

src/misc/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ declare global {
1010
interface Window {
1111
_mapInstance: Map // map地图对象
1212
toolBarMenuData: any
13+
14+
$alert: any
15+
$notify: any
16+
$message: any
17+
$showLoading: any
18+
$hideLoading: any
1319
}
1420
}

0 commit comments

Comments
 (0)