瀏覽代碼

发布闽政通登录

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)
                     }