songxingwei 3 tahun lalu
induk
melakukan
ceb41bf932
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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();
 		$this->getGroupInfo();
 		if (!$this->checkAuth()) {
 		if (!$this->checkAuth()) {
 			if (!request()->isAjax()) {
 			if (!request()->isAjax()) {
-			    echo 222;die;
 				$this->error('权限不足');
 				$this->error('权限不足');
 			} else {
 			} else {
 				echo json_encode(error('', '权限不足'));
 				echo json_encode(error('', '权限不足'));