Browse Source

网上办事大厅去掉9000跳转登录

临城职教中职
ndbs 2 years ago
parent
commit
a93bc790c0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoLogin.cshtml
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoWxLogin.cshtml

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoLogin.cshtml View File

@@ -1142,7 +1142,7 @@
dataType: "json",
success: function (res) {
if (res.code == 200) {
window.location.href = DigitalschoolMisLoginurl + "?F_Account=" + username + "&returnurl=" + Returnurl + "/SSOSystem/DragModelOne";
window.location.href = "/SSOSystem/DragModelOne";
}
else if (res.code == 400) {
tip(res.info, true);


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoWxLogin.cshtml View File

@@ -1149,7 +1149,7 @@
dataType: "json",
success: function (res) {
if (res.code == 200) {
window.location.href = DigitalschoolMisLoginurl + "?F_Account=" + username + "&returnurl=" + Returnurl + "/SSOSystem/DragModelOne";
window.location.href = "/SSOSystem/DragModelOne";
}
else if (res.code == 400) {
tip(res.info, true);


Loading…
Cancel
Save