Explorar o código

修改错误提示

dygapp %!s(int64=4) %!d(string=hai) anos
pai
achega
f868c79402
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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)
       }
     }
   }