Your Name 3 ani în urmă
părinte
comite
1b9a8ff88f
3 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      index.html
  2. 1 1
      public/index.html
  3. 1 1
      src/components/MapView/index.tsx

+ 1 - 1
index.html

@@ -36,7 +36,7 @@
          * key、solution设置
          */
         minemap.key = "d054b0f4433b42f1a28c1a97fbf8317d";
-        minemap.solution = 12886;
+        minemap.solution = 12887;
     </script>
 
 

+ 1 - 1
public/index.html

@@ -23,7 +23,7 @@
          * key、solution设置
          */
         minemap.key = "d054b0f4433b42f1a28c1a97fbf8317d";
-        minemap.solution = 12886;
+        minemap.solution = 12887;
     </script> -->
 </head>
 

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

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