Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoubichuan committed Feb 25, 2024
1 parent fe93a82 commit b8cb53a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/.vuepress/components/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
},
computed: {
getUrl() {
if (location.href.includes("localhost:3009")) {
if (location.href.includes("localhost:3010")) {
return "http://localhost:8090" + this.url;
}
return this.url;
Expand Down
12 changes: 6 additions & 6 deletions src/base/attribute/2.map.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ meta:

# 二.Map 事件

## 1.鼠标触发事件
## 1.鼠标事件

### 1.2 singleclick
### 1.1 singleclick

鼠标单击地图触发的事件(鼠标若在 250ms 内连续单击地图,则不会触发该事件)

Expand All @@ -24,11 +24,11 @@ meta:

:::

### 1.3 dbclick
### 1.2 dbclick

鼠标双击地图触发的事件(鼠标在 250ms 内单击两次地图)
鼠标双击地图触发的事件(鼠标在 250ms 内单击两次地图),同上

### 1.4 pointermove
### 1.3 pointermove

| on 方法 | 作用 | 配置 |
| ----------- | ---------------------------------------------------------------- | ---- |
Expand All @@ -44,7 +44,7 @@ meta:

:::

### 1.5 pointerdrag
### 1.4 pointerdrag

鼠标按下拖动地图触发的事件

Expand Down
4 changes: 2 additions & 2 deletions src/base/attribute/4.view.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ meta:

:::

## 1.常用方法:
## 13.地图动画与特效

- getRotation 获取视图旋转。

Expand All @@ -188,7 +188,7 @@ meta:

:::

## 3.其属性方法
## 14.其属性方法

- getAnimating 确定视图是否处于动画状态。
- getInteracting 确定用户是否正在与视图进行交互,例如平移或缩放。
Expand Down

0 comments on commit b8cb53a

Please sign in to comment.