CzRger hace 1 año
padre
commit
dafe44ab5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/easyMap/initMapInfo.ts

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

@@ -5,7 +5,7 @@ import LutuImg from './images/bg-land.png'
 import WeixingImg from './images/bg-sky.png'
 import WeixingImg from './images/bg-sky.png'
 import store from '@/store/index'
 import store from '@/store/index'
 
 
-const isInternet = false
+const isInternet = window.location.origin.includes('74.10') ? false : true
 
 
 const baseMapView = {
 const baseMapView = {
   center: [109.6915958479584, 19.111636735969318],
   center: [109.6915958479584, 19.111636735969318],