rabin 7 년 전
부모
커밋
a5c571854c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tm/lib/Controller/EventsController.class.php

+ 1 - 0
tm/lib/Controller/EventsController.class.php

@@ -79,6 +79,7 @@ class EventsController extends Controller {
 	 */
 	public function getLoginUrl($thisUrl) {
 		
+		return '';
 		// 1.拼接一个 referer 地址 
 		$cookieInfo = html_entity_decode ( Cookie::get ( $this->userCookieName ) );
 		$cookieInfo = json_decode ( $cookieInfo, true );