lex-xin 4 years ago
parent
commit
95cbdedf67
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/main.js
  2. 1 1
      src/utils/zoom.js

+ 1 - 1
src/main.js

@@ -88,7 +88,7 @@ import VueAMap from 'vue-amap'
 Vue.use(VueAMap)
 Vue.use(VueAMap)
 
 
 // 检测浏览器是否缩放
 // 检测浏览器是否缩放
-import '@/utils/zoom'
+// import '@/utils/zoom'
 // set ElementUI lang to EN
 // set ElementUI lang to EN
 Vue.use(ElementUI, { locale })
 Vue.use(ElementUI, { locale })
 
 

+ 1 - 1
src/utils/zoom.js

@@ -39,4 +39,4 @@ setTimeout(() => {
             }
             }
         })
         })
     }
     }
-}, 10000)
+}, 10000)