Browse Source

yunqi form type main

zz 6 years ago
parent
commit
e7fa3af553
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Http/Middleware/ReadOauth.php

+ 3 - 0
app/Http/Middleware/ReadOauth.php

@@ -761,6 +761,9 @@ class ReadOauth
         if(empty($from_type)){
             return '';
         }
+        if($from_type == 'main'){
+            return '';
+        }
         if($request->has('r') ){
             return '';
         }