浏览代码

增加闽政通登录测试

sandm 1 年之前
父节点
当前提交
e23f0a2ba2
共有 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

@@ -52,7 +52,7 @@
                     userEmail: encrypt.decrypt(userinfo.email)
                 };
                 $.post("{{route($sub_site.'mobile.login_mzt')}}",data,function(res){
-                    console.log(res)
+                    console.log(res.url)
                     if(res.status){
                         window.location.href = res.url;
                     }else{