diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/main.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/main.js index 8a2380f23..0e3fe997f 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/main.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/main.js @@ -67,7 +67,7 @@ $(document).ready(function () { dataType: "json", success: function (res) { if (res.code == 200) { - location.href = "/SSOSystem/NoLogin"; + location.href = "/SSOSystem/DragModelOne"; } else if (res.code == 400) { layer.msg(res.info);