Blame view

src/main/webapp/static/oauth2/oauth2.js 104 Bytes
7f74fb91   林本磊   fix:南阳官网第一次提交
1
2
3
4
function toLogin(login_type) {
	form1.action = "oauth2/login?loin_type="+login_type;
	form1.submit();
}