瀏覽代碼

使用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(){