Commit 5c915c234a0aace679a4ed44c7be56ccccb984e8
1 parent
14869cc4
Exists in
master
feat: 授权码修改
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/Service/ServiceKQ.vue
@@ -45,10 +45,10 @@ export default { | @@ -45,10 +45,10 @@ export default { | ||
45 | const miniprogram = sUserAgent.indexOf('miniprogram') > -1 && sUserAgent.indexOf('alipay') > -1 | 45 | const miniprogram = sUserAgent.indexOf('miniprogram') > -1 && sUserAgent.indexOf('alipay') > -1 |
46 | if (dtdreamweb) { | 46 | if (dtdreamweb) { |
47 | // alert('浙里办') | 47 | // alert('浙里办') |
48 | - window.location.href = `https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=hswsy` | 48 | + window.location.href = `https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=82a7a71edb794fc285895f9e33290ddc` |
49 | } else if (miniprogram) { | 49 | } else if (miniprogram) { |
50 | // alert('支付宝') | 50 | // alert('支付宝') |
51 | - window.location.href = `https://puser.zjzwfw.gov.cn/sso/alipay.do?action=ssoLogin&servicecode=hswsy` | 51 | + window.location.href = `https://puser.zjzwfw.gov.cn/sso/alipay.do?action=ssoLogin&servicecode=82a7a71edb794fc285895f9e33290ddc` |
52 | } else { | 52 | } else { |
53 | alert('非浙里办渠道访问,显示测试用户数据') | 53 | alert('非浙里办渠道访问,显示测试用户数据') |
54 | console.log('非浙里办渠道访问,显示测试用户数据',userData) | 54 | console.log('非浙里办渠道访问,显示测试用户数据',userData) |