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

+ 0 - 1
app/shop/controller/BaseShop.php

@@ -65,7 +65,6 @@ class BaseShop extends Controller
 		$this->getGroupInfo();
 		if (!$this->checkAuth()) {
 			if (!request()->isAjax()) {
-			    echo 222;die;
 				$this->error('权限不足');
 			} else {
 				echo json_encode(error('', '权限不足'));