From 74709fc70f789a17943378e82e3b0fa14c9dce89 Mon Sep 17 00:00:00 2001 From: luyisha Date: Tue, 31 Oct 2023 15:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcode=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/vCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/vCode.vue b/layout/vCode.vue index d77af2c..8faded4 100644 --- a/layout/vCode.vue +++ b/layout/vCode.vue @@ -78,7 +78,7 @@ export default { //this.url是父组件传进来的 serve.post(this.url, this.data) .then((res) => { - if(res.code=='4001'){ + if(res.code!='200'){//4001|1004 this.inSend = false this.$toast(res.message); // 如果返回错误码