Browse Source

页面缩放问题,回滚修复

xgb 2 days ago
parent
commit
70fae048d4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/App.vue

+ 4 - 4
src/App.vue

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