Bläddra i källkod

修复档案链接跳转错误

yezehua 6 år sedan
förälder
incheckning
bba9412fbe
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      html/profile/html/index_1.html
  2. 1 1
      html/profile/html/index_2.html

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

@ -45,7 +45,7 @@
	
	function redirect() {
		var state = encodeURIComponent(JSON.stringify({
			itemIndex: 0,
			itemIndex: 1,
			target: target
		}))
		redirectUrl = profileServer+'/gateway/authentication/oauth/sso?response_type=token&client_id=P7dIRS0FvX&state='

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

@ -45,7 +45,7 @@
	
	function redirect() {
		var state = encodeURIComponent(JSON.stringify({
			itemIndex: 0,
			itemIndex: 2,
			target: target
		}))
		redirectUrl = profileServer+'/gateway/authentication/oauth/sso?response_type=token&client_id=P7dIRS0FvX&state='