1
陶杰
2024-11-25 bbfcba8c21dadac21e1aaea809073771b10b5cc5
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"});
        }
      }
    },