Ver código fonte

页面缩放问题,回滚修复

xgb 2 dias atrás
pai
commit
70fae048d4
1 arquivos alterados com 4 adições e 4 exclusões
  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,