This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
网上办事大厅去掉9000跳转登录
临城职教中职
ndbs
2 years ago
parent
d8c29b4f81
commit
a93bc790c0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoLogin.cshtml
+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);
Write
Preview
Loading…
Cancel
Save