From a5731794ec99d70341980afda64418287a642a8c Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期二, 01 七月 2025 14:25:03 +0800
Subject: [PATCH] 1、注释首页代码 2、迁移航宇设备管理模块代码

---
 src/views/dashboard/Analysis.vue |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue
index 17ea563..1432776 100644
--- a/src/views/dashboard/Analysis.vue
+++ b/src/views/dashboard/Analysis.vue
@@ -1,7 +1,8 @@
 <template>
-  <Component :is="currentSignage" :userType="userType" :productionCode="productionCode"
-             @switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage">
-  </Component>
+  <!--<Component :is="currentSignage" :userType="userType" :productionCode="productionCode"-->
+             <!--:workshopSectionProductionCode="workshopSectionProductionCode"-->
+             <!--@switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage">-->
+  <!--</Component>-->
 </template>
 
 <script>
@@ -81,5 +82,14 @@
 </script>
 
 <style lang="less" scoped>
-
+  /deep/ .back-nav {
+    width: 100px;
+    height: 30px;
+    color: #fff;
+    position: absolute;
+    top: 15px;
+    left: 10px;
+    cursor: pointer;
+    z-index: 9999
+  }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3