zhaowei
2025-07-01 a5731794ec99d70341980afda64418287a642a8c
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>