From fc46ed525a74e09292c87ca2daa395f5ae6b22ff Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期六, 29 十一月 2025 17:07:38 +0800
Subject: [PATCH] 1、因4号笼子划伤临时修改不进笼 2、大屏运行时间段最后一段缺失修改

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

diff --git a/UI-Project/src/App.vue b/UI-Project/src/App.vue
index fad63a4..85d5b3e 100644
--- a/UI-Project/src/App.vue
+++ b/UI-Project/src/App.vue
@@ -4,14 +4,12 @@
 <script setup>
 import {onMounted} from 'vue'
 import DevicePixelRatio from '@/utils/evicePixelRatio.js';
-
 // 瀹氫箟涓�涓嚱鏁版潵璋冩暣 body 鐨勭缉鏀炬瘮渚�
 // function bodyScale() {
 //   const deviceheight = document.documentElement.clientHeight;
 //   const scale = deviceheight / 740;
 //   document.body.style.zoom = scale;
 // }
-
 // 鍦ㄧ粍浠舵寕杞芥椂鎵ц
 // onMounted(() => {
 //   new DevicePixelRatio().init();

--
Gitblit v1.8.0