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

修复档案链接跳转错误

yezehua преди 6 години
родител
ревизия
bba9412fbe
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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='