songxingwei 3 년 전
부모
커밋
b9068be2a8
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      app/shop/controller/BaseShop.php

+ 4 - 4
app/shop/controller/BaseShop.php

@@ -241,10 +241,10 @@ class BaseShop extends Controller
 	private function checkAuth()
 	{
 		$user_model = new UserModel();
-		echo $this->url."<br />";
-		echo $this->app_module."<br />";
-		dump($this->group_info)."<br />";
-		die;
+//		echo $this->url."<br />";
+//		echo $this->app_module."<br />";
+//		dump($this->group_info)."<br />";
+//		die;
 		$res = $user_model->checkAuth($this->url, $this->app_module, $this->group_info);
 		return $res;
 	}