From f62353986a6afff2e2a5a17cfdec30d04a4e600d Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期六, 07 十二月 2024 16:50:09 +0800
Subject: [PATCH] 1、fixbug:缺片详情临时解决 将所有缺片信息返回 2、新增膜系 状态:避免同一块玻璃占用完相同尺寸关系表 3、中空界面注释开始暂停按钮 4、领取/强制执行任务增加限制,必须在本条线没有任务的情况下可以领取

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

diff --git a/UI-Project/src/App.vue b/UI-Project/src/App.vue
index 98d1a20..fad63a4 100644
--- a/UI-Project/src/App.vue
+++ b/UI-Project/src/App.vue
@@ -6,17 +6,17 @@
 import DevicePixelRatio from '@/utils/evicePixelRatio.js';
 
 // 瀹氫箟涓�涓嚱鏁版潵璋冩暣 body 鐨勭缉鏀炬瘮渚�
-function bodyScale() {
-  const deviceheight = document.documentElement.clientHeight;
-  const scale = deviceheight / 740;
-  document.body.style.zoom = scale;
-}
+// function bodyScale() {
+//   const deviceheight = document.documentElement.clientHeight;
+//   const scale = deviceheight / 740;
+//   document.body.style.zoom = scale;
+// }
 
 // 鍦ㄧ粍浠舵寕杞芥椂鎵ц
-onMounted(() => {
-  new DevicePixelRatio().init();
-  bodyScale();
-});
+// onMounted(() => {
+//   new DevicePixelRatio().init();
+//   bodyScale();
+// });
 </script>
 <style scoped>
 /* 浣犵殑鏍峰紡鍐呭 */

--
Gitblit v1.8.0