Commit abe04aac62cdd4ea2e40bddd792c15cab5cdb691

Authored by 夏洋涛
1 parent 5c915c23
Exists in master

feat: 新授权码ak

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/views/Service/ServiceKQ.vue
... ... @@ -135,10 +135,10 @@ export default {
135 135 const miniprogram = sUserAgent.indexOf('miniprogram') > -1 && sUserAgent.indexOf('alipay') > -1
136 136 if (dtdreamweb) {
137 137 // alert('浙里办')
138   - window.location.href = `https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=hswsy`
  138 + window.location.href = `https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=82a7a71edb794fc285895f9e33290ddc`
139 139 } else if (miniprogram) {
140 140 // alert('支付宝')
141   - window.location.href = `https://puser.zjzwfw.gov.cn/sso/alipay.do?action=ssoLogin&servicecode=hswsy`
  141 + window.location.href = `https://puser.zjzwfw.gov.cn/sso/alipay.do?action=ssoLogin&servicecode=82a7a71edb794fc285895f9e33290ddc`
142 142 }
143 143 })
144 144 },
... ...