dyjh 6 years ago
parent
commit
f08dac2b40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Web/AuthController.php

+ 1 - 1
app/Http/Controllers/Web/AuthController.php

@@ -67,7 +67,7 @@ class AuthController extends Controller
             $data['up_agent_id'] = 0;
             $data['up_agent_id'] = 0;
             AlbumUserModel::create($data);
             AlbumUserModel::create($data);
         }
         }
-        return view('');
+        return view('web.auth.bind');
     }
     }
 
 
     public function welcome()
     public function welcome()