Commit 5c915c234a0aace679a4ed44c7be56ccccb984e8

Authored by 夏洋涛
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 45 const miniprogram = sUserAgent.indexOf('miniprogram') > -1 && sUserAgent.indexOf('alipay') > -1
46 46 if (dtdreamweb) {
47 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 49 } else if (miniprogram) {
50 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 52 } else {
53 53 alert('非浙里办渠道访问,显示测试用户数据')
54 54 console.log('非浙里办渠道访问,显示测试用户数据',userData)
... ...