Browse Source

更新办事大厅地址

金隅分支
zhangli 2 years ago
parent
commit
4378bdec96
1 changed files with 1 additions and 1 deletions
  1. +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);


Loading…
Cancel
Save