From 7b54c95538eaaa72401eebd52b0b48bc2f4b59f3 Mon Sep 17 00:00:00 2001 From: shil <452061493@qq.com> Date: Mon, 24 Aug 2026 17:37:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9D=E5=AE=89=E8=BF=9B=E5=85=A5=E4=BA=8C?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 2 +- src/views/enforceHome.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 72925ef..f06ba16 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -223,7 +223,7 @@ getSiqLoginAuth({code: res.result.result.code}, success => { // todo 测试时指定账号去2.0版本 start. - if(success.data.userId=="17608645550" && (success.data.area || "").includes("宝安区")){ + if((success.data.area || "").includes("光明区") || (success.data.area || "").includes("宝安区") || success.data.enterpriseNumber == '91440300769156389U'){ window.location.href="http://jdm.szssfj.cn/efcode20-ent-app/enterprise/enterpriseHome"; return; } diff --git a/src/views/enforceHome.vue b/src/views/enforceHome.vue index 59c8666..d14bb25 100644 --- a/src/views/enforceHome.vue +++ b/src/views/enforceHome.vue @@ -291,8 +291,9 @@ onMounted(() => { getSzyptLoginAuth( code, (success) => { - // todo 测试时指定账号去2.0版本 start. <宝安> - if(success.data.userId==17608417317 && success.data.area=="20210922211905159-EE09-09D606CFB"){ + // todo 测试时指定账号去2.0版本 start. <光明> + if(success.data.area=="20210922211918204-7059-2B73EBA45" || success.data.area=="20210922211905159-EE09-09D606CFB"){ + // if(success.data.userId=='17608507738' || success.data.userId=='17608416972'){ // if(success.data.userId==17608417058){ // window.location.href="http://jdm.szssfj.cn/efcode20-enf-app/enforcement/loginByV1System?loginUserId=d76453e3-6945-4b02-9943-efbd0e8aee9e"; window.location.href="https://weixin-hlht.sz.gov.cn:30443/connect/oauth2/authorize?appid=wwf62d6d16d1182b4f&redirect_uri=http://jdm.szssfj.cn/efcode20-enf-app/enforcement/enforcementHome&response_type=code&scope=SCOPE&agentid=1000015&state=STATE#wechat_redirect";