修改登录地址获取

This commit is contained in:
暮光:城中城
2019-02-20 22:11:38 +08:00
parent c2968dc8d5
commit 567a50d075
4 changed files with 17 additions and 13 deletions

View File

@@ -79,6 +79,9 @@
} else {
app.passwordError = "登录失败," + result.errMsg;
}
}, function(){
// 通过nginx代理之后没端口但tomcat容器有端口会跨域异常但正常登陆了的直接跳
location.href = ctx + "static/manage/home.html";
});
},
init: function () {