CzRger 1 년 전
부모
커밋
dafe44ab5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 store from '@/store/index'
 
-const isInternet = false
+const isInternet = window.location.origin.includes('74.10') ? false : true
 
 const baseMapView = {
   center: [109.6915958479584, 19.111636735969318],