@@ -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,3 +1,4 @@
window.cusConfig = {
+ mapInternet: false,
internetAuth: false
}