hookehuyr

fix Bob工具地图背景修改

<!--
* @Date: 2023-05-19 14:54:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-11 18:27:35
* @LastEditTime: 2024-08-07 09:54:06
* @FilePath: /map-demo/src/views/tools.vue
* @Description: 公众地图主体页面
-->
......@@ -344,8 +344,8 @@ export default {
forceVector: false,
// rotateEnable: true,
layers: [
// new AMap.TileLayer.RoadNet(),
// new AMap.TileLayer.Satellite(),
new AMap.TileLayer.RoadNet(),
new AMap.TileLayer.Satellite(),
],
features: ['bg', 'road'], // 设置地图上显示的元素种类
animateEnable: false, // 地图平移过程中是否使用动画
......