|
@@ -36,7 +36,7 @@ |
|
@@ -36,7 +36,7 @@ |
36
|
$(function() {
|
36
|
$(function() {
|
37
|
|
37
|
|
38
|
//获取老平台地址
|
38
|
//获取老平台地址
|
39
|
- $.post(contextPath + "/LoginController/getPortalUrl.do", function(data) {
|
39
|
+ $.post(contextPath + "/loginController/getPortalUrl.do", function(data) {
|
40
|
adminPortalUrl = data.data;
|
40
|
adminPortalUrl = data.data;
|
41
|
});
|
41
|
});
|
42
|
|
42
|
|
|
@@ -49,7 +49,7 @@ |
|
@@ -49,7 +49,7 @@ |
49
|
if (!f) {
|
49
|
if (!f) {
|
50
|
return;
|
50
|
return;
|
51
|
}
|
51
|
}
|
52
|
- $.post(contextPath + "/LoginController/logout.do", function(data) {
|
52
|
+ $.post(contextPath + "/loginController/logout.do", function(data) {
|
53
|
window.location.href = "/platform/html/login.html";
|
53
|
window.location.href = "/platform/html/login.html";
|
54
|
});
|
54
|
});
|
55
|
|
55
|
|
|
@@ -58,7 +58,7 @@ |
|
@@ -58,7 +58,7 @@ |
58
|
});
|
58
|
});
|
59
|
|
59
|
|
60
|
//显示登录用户名
|
60
|
//显示登录用户名
|
61
|
- $.post(contextPath + "/LoginController/getLoginUserInfo.do", function(data) {
|
61
|
+ $.post(contextPath + "/loginController/getLoginUserInfo.do", function(data) {
|
62
|
data = defaultLoadFilter(data);
|
62
|
data = defaultLoadFilter(data);
|
63
|
$("#userName").html(data.truename);
|
63
|
$("#userName").html(data.truename);
|
64
|
});
|
64
|
});
|