guoshilong
2023-11-13 54849757852f6ab40eb17afbd03d1d839b60a38d
src/pages/page-pilot/pilot-bind.vue
@@ -43,7 +43,7 @@
  }
  bindDevice(bindParam).then(bindRes => {
    if (bindRes.code !== 0) {
      message.error('bind failed:' + bindRes.message)
      message.error('绑定失败:' + bindRes.message)
      console.error(bindRes.message)
      return
    }