Commit 41340ac8 authored by 王瑶's avatar 王瑶

修改代码

parent 43af4444
......@@ -34,6 +34,7 @@ function login() {
url: contextPath + '/login/login',
data: {userName: username, userPwd: password ,idCode:idCode},
success: function (result) {
if (result.message == "success") {
window.location.href = contextPath + "/view/otherpages/home";
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment