CzRger vor 1 Jahr
Ursprung
Commit
95c97fcbf6
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/components/easyMap/initMapInfo.ts
  2. 1 0
      src/out/config.js

+ 1 - 1
src/components/easyMap/initMapInfo.ts

@@ -10,7 +10,7 @@ import WXTImg from './images/bg-wxt.png'
 import HYSImg from './images/bg-hys.png'
 import store from '@/store/index'
 
-const isInternet = true
+const isInternet = window.cusConfig?.mapInternet
 
 const baseMapView = {
   center: [109.6915958479584, 19.111636735969318],

+ 1 - 0
src/out/config.js

@@ -1,3 +1,4 @@
 window.cusConfig = {
+  mapInternet: false,
   internetAuth: false
 }