From fe1ca6baff74b189c737e28e4a5fc2090e0e55b5 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期六, 05 七月 2025 17:26:06 +0800 Subject: [PATCH] art: HF编码维护-新增页面 --- src/views/dashboard/Analysis.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index 6dd7c52..1432776 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -1,8 +1,8 @@ <template> - <Component :is="currentSignage" :userType="userType" :productionCode="productionCode" - :workshopSectionProductionCode="workshopSectionProductionCode" - @switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage"> - </Component> + <!--<Component :is="currentSignage" :userType="userType" :productionCode="productionCode"--> + <!--:workshopSectionProductionCode="workshopSectionProductionCode"--> + <!--@switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage">--> + <!--</Component>--> </template> <script> -- Gitblit v1.9.3