From f0a6eb9c82419b36e9c860f455db1ca3e0629e12 Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期三, 18 十月 2023 15:04:52 +0800 Subject: [PATCH] 3037子数据类扫码查询数据enviroment加master主数据类字典值改进 --- 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