shish 4 лет назад
Родитель
Сommit
2a73606859
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app-hd/controllers/CustomController.php

+ 2 - 0
app-hd/controllers/CustomController.php

@@ -27,6 +27,8 @@ use yii\helpers\Json;
 class CustomController extends BaseController
 {
 
+    public $guestAccess = ['list'];
+
     //客户列表 ssh 2019.11.30
     public function actionList()
     {