Sfoglia il codice sorgente

yunqi form type main

zz 6 anni fa
parent
commit
e7fa3af553
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 '';
         }