소스 검색

页面缩放问题,回滚修复

xgb 2 일 전
부모
커밋
70fae048d4
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/App.vue

+ 4 - 4
src/App.vue

@@ -5,12 +5,12 @@
 </template>
 
 <script>
-import DevicePixelRatio from './libs/rem'
+// import DevicePixelRatio from './libs/rem'
 export default  {
   name:  'App',
-    created() {
-      new DevicePixelRatio().init()
-    },
+    // created() {
+    //   new DevicePixelRatio().init()
+    // },
     metaInfo() {
         return {
             title: this.$store.state.settings.dynamicTitle && this.$store.state.settings.title,