wenhongquan 3 years ago
parent
commit
c1f20de42c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/MapView/index.tsx

+ 1 - 1
src/components/MapView/index.tsx

@@ -88,7 +88,7 @@ export default defineComponent({
         container: 'map',
         container: 'map',
         style:
         style:
           (import.meta.env.VITE_MAP_SERVER as string) +
           (import.meta.env.VITE_MAP_SERVER as string) +
-          '/service/solu/style/id/12887' /*底图样式*/,
+          '/service/solu/style/id/222525' /*底图样式*/,
         center: [118.29564, 33.97441] /*地图中心点*/,
         center: [118.29564, 33.97441] /*地图中心点*/,
         zoom: 14 /*地图默认缩放等级*/,
         zoom: 14 /*地图默认缩放等级*/,
         pitch: 0 /*地图俯仰角度*/,
         pitch: 0 /*地图俯仰角度*/,