|
@@ -67,7 +67,7 @@ $(document).ready(function () { |
|
|
dataType: "json", |
|
|
dataType: "json", |
|
|
success: function (res) { |
|
|
success: function (res) { |
|
|
if (res.code == 200) { |
|
|
if (res.code == 200) { |
|
|
location.href = "/SSOSystem/NoLogin"; |
|
|
|
|
|
|
|
|
location.href = "/SSOSystem/DragModelOne"; |
|
|
} |
|
|
} |
|
|
else if (res.code == 400) { |
|
|
else if (res.code == 400) { |
|
|
layer.msg(res.info); |
|
|
layer.msg(res.info); |
|
|