dever 6 năm trước cách đây
mục cha
commit
a83c000243
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      service/src/Base.php

+ 1 - 1
service/src/Base.php

@@ -58,7 +58,7 @@ class Base
         $cate['bglogo'] = ':url('.$cate['logo'].') no-repeat;';
 
         $url = urlencode($this->url('list'));
-        $cate['login'] = 'location.href=\'' . Dever::url('request.auth?account=1&refer=' . $url, 'oauth') . '\'';
+        $cate['login'] = 'location.href=\'' . Dever::url('request.auth?account=1&source='.$this->source.'&refer=' . $url, 'oauth') . '\'';
         return $cate;
     }