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 );