@@ -60,7 +60,7 @@
$.messager.confirm('用户登录', json['message'] + '\n 点击确定重新登录!', function (r) {
if (r) {
//window.location.href = "/mes";
- window.location.href = "http://172.18.32.33/?port=9000";
+ window.location.href = "http://172.18.32.33/port=9000";
}
});