소스 검색

发布闽政通登录

sandm 1 년 전
부모
커밋
9d1029194f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/themes/default/views/mobile/app/auth/mzt.blade.php

+ 1 - 1
public/themes/default/views/mobile/app/auth/mzt.blade.php

@@ -715,7 +715,7 @@
                 $.post("{{route($sub_site.'mobile.login_mzt')}}",result,function(res){
 
                     if(res.data.status){
-                        //window.location.href = res.data.url;
+                        window.location.href = res.data.url;
                     }else{
                         console.log(res.data.msg)
                     }