Quellcode durchsuchen

增加闽政通登录测试

sandm vor 1 Jahr
Ursprung
Commit
e23f0a2ba2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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{