From e792217d89c64aeacf543c91313cb05841e64e6a Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期三, 06 九月 2023 15:07:05 +0800 Subject: [PATCH] MoboxPDA--调用API的RunCustomEvent接口后处理返回的info信息提示改进 --- pages/login/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 6f6aca7..3a1f07c 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -507,7 +507,7 @@ //鐧诲綍 this.$store.dispatch('login', loginInfo).then(success => { console.log(success); - if (success.code == '00000') { + if (success.code == '00000' || success.err_code==0) { //鐧诲綍鎴愬姛鍚庢竻绌虹紦瀛樻暟鎹� this.$store.commit("areaFunc", null); this.$store.commit("classAttrList", null); -- Gitblit v1.9.1