陶杰
2024-11-20 7530519aecf3d1b5e663cf89cb80c3b772b5d703
src/views/screen1/itm-left.vue
@@ -90,7 +90,9 @@
          this.$router.push({path: "/area", query: {code: res.areaCode, networkPort: res.networkPort || ''}});
        } else {
          this.$message.warning('未找到对应区域')
          // this.$message.warning('未找到对应区域')
          await this.$modal.confirm('未找到对应区域是否前往交换机机柜引导页面?')
          this.$router.push({path: "/switch-board"});
        }
      }
    },