Browse Source

发布闽政通登录

sandm 1 year ago
parent
commit
9d1029194f
1 changed files with 1 additions and 1 deletions
  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){
                 $.post("{{route($sub_site.'mobile.login_mzt')}}",result,function(res){
 
 
                     if(res.data.status){
                     if(res.data.status){
-                        //window.location.href = res.data.url;
+                        window.location.href = res.data.url;
                     }else{
                     }else{
                         console.log(res.data.msg)
                         console.log(res.data.msg)
                     }
                     }