Kaynağa Gözat

修复跳转路径

yezehua 6 yıl önce
ebeveyn
işleme
ec19ea6a6b

+ 2 - 2
html/profile/html/index_0.html

@ -48,8 +48,8 @@
			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)
	}

+ 3 - 3
html/profile/html/index_1.html

@ -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)
	}

+ 3 - 3
html/profile/html/index_2.html

@ -45,11 +45,11 @@
	
	function redirect() {
		var state = encodeURIComponent(JSON.stringify({
			itemIndex: 2,
			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)
	}