Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-01-22 11:40:12 | 2 | * @Date: 2025-01-22 11:40:12 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-02-08 15:24:26 | 4 | + * @LastEditTime: 2025-02-08 15:36:57 |
| 5 | * @FilePath: /map-demo/src/views/mapCutter.vue | 5 | * @FilePath: /map-demo/src/views/mapCutter.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -211,6 +211,7 @@ function loadMap() { | ... | @@ -211,6 +211,7 @@ function loadMap() { |
| 211 | new AMap.TileLayer.RoadNet(), | 211 | new AMap.TileLayer.RoadNet(), |
| 212 | new AMap.TileLayer.Satellite(), | 212 | new AMap.TileLayer.Satellite(), |
| 213 | ], | 213 | ], |
| 214 | + keyboardEnable: false | ||
| 214 | }); | 215 | }); |
| 215 | 216 | ||
| 216 | 217 | ... | ... |
-
Please register or login to post a comment