|
@ -52,7 +52,12 @@
|
|
|
redirectUrl = profileServer+'/gateway/authentication/oauth/sso?response_type=token&client_id=P7dIRS0FvX&state='
|
|
|
+state+'&scope=read&redirect_uri='+profileServer+'/profile/app/mprofile/html/signin.html?idCardNo='+idCard+'&user=tourists'
|
|
|
|
|
|
location.replace(redirectUrl)
|
|
|
if(target == "wx") {
|
|
|
location.replace(redirectUrl)
|
|
|
} else {
|
|
|
location.href = redirectUrl
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
function queryInit(){
|