소스 검색

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

yezehua 6 년 전
부모
커밋
99e64a1f14
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      html/profile/html/index_0.html
  2. 1 1
      html/profile/html/index_1.html
  3. 1 1
      html/profile/html/index_2.html

+ 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(){