Browse Source

使用location.replace防止返回历史页面

yezehua 6 năm trước cách đây
mục cha
commit
99e64a1f14

+ 1 - 1
html/profile/html/index_0.html

@ -51,7 +51,7 @@
		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)
		location.replace(redirectUrl)
	}
	
	function queryInit(){

+ 1 - 1
html/profile/html/index_1.html

@ -51,7 +51,7 @@
		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)
		location.replace(redirectUrl)
	}
	
	function queryInit(){

+ 1 - 1
html/profile/html/index_2.html

@ -51,7 +51,7 @@
		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)
		location.replace(redirectUrl)
	}
	
	function queryInit(){