浏览代码

修复档案链接跳转错误

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='