Преглед на файлове

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