Explorar el Código

更新办事大厅地址

金隅分支
zhangli hace 2 años
padre
commit
4378bdec96
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 fichero

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


Cargando…
Cancelar
Guardar