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
更新办事大厅地址
金隅分支
zhangli
2 years ago
parent
026095411d
commit
4378bdec96
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/main.js
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/main.js
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save