yezehua преди 6 години
родител
ревизия
ec19ea6a6b
променени са 3 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 2 2
      html/profile/html/index_0.html
  2. 3 3
      html/profile/html/index_1.html
  3. 3 3
      html/profile/html/index_2.html

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