From fcd404a0aa879183f3f93cdda3e44dc90fcf245b Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期四, 06 三月 2025 14:01:31 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/shehong-vehicle-supervision

---
 src/App.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 1d432ea..6180355 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -27,9 +27,9 @@
     autofit.init({
       dh: 1080,
       dw: 1920,
-      el: "body",
+      el: "#app",
       resize: true,
-    }, true);
+    }, false);
   },
   methods: {
 

--
Gitblit v1.7.1