|
@@ -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],
|