src/views/dashboard/Analysis.vue
@@ -69,7 +69,6 @@
      },
      switchToNextSignage(params) {
        console.log('子组件params', params)
        if (params.signageName === 'WorkshopSection') this.branchFactoryProductionCode = this.productionCode
        if (params.signageName === 'Equipment') this.workshopSectionProductionCode = this.productionCode
        this.$nextTick(() => {
@@ -85,7 +84,7 @@
  /deep/ .back-nav {
    width: 100px;
    height: 30px;
    color: #fff;
    color: rgba(0, 0, 0, .45);
    position: absolute;
    top: 15px;
    left: 10px;