dygapp 4 роки тому
батько
коміт
f868c79402
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      src/views/system/ping.vue

+ 0 - 2
src/views/system/ping.vue

@@ -31,8 +31,6 @@ export default {
       const res = await this.ping({ address: this.ip })
       if (res && res.errcode === 0) {
         this.$message.success('连接成功')
-      } else {
-        this.$message.error(res.errmsg)
       }
     }
   }