|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
async: false,
|
|
|
|
|
success: function (result) {
|
|
|
|
|
if(result.success){
|
|
|
|
|
window.location.href="/dsBaseWeb/#/organization/bureau";
|
|
|
|
|
window.location.href="/";
|
|
|
|
|
}else{
|
|
|
|
|
var openId=result.openId;
|
|
|
|
|
window.location.href="/sso/static/bindUser.html?openId="+openId;
|
|
|
|
|