Ver código fonte

更新办事大厅地址

金隅分支
zhangli 2 anos atrás
pai
commit
4378bdec96
1 arquivos alterados com 1 adições e 1 exclusões
  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 Ver arquivo

@@ -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);


Carregando…
Cancelar
Salvar