|
@ -45,11 +45,11 @@
|
|
|
|
|
|
function redirect() {
|
|
|
var state = encodeURIComponent(JSON.stringify({
|
|
|
itemIndex: 1,
|
|
|
itemIndex: 0,
|
|
|
target: target
|
|
|
}))
|
|
|
redirectUrl = 'http://'+profileServer+'/gateway/authentication/oauth/sso?response_type=token&client_id=P7dIRS0FvX&state='
|
|
|
+state+'&scope=read&redirect_uri=http://'+profileServer+'/profile/app/mprofile/html/signin.html?idCardNo='+idCard+'&user=tourists'
|
|
|
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.reload(redirectUrl)
|
|
|
}
|