yanglin 6 anni fa
parent
commit
7a380a2bc0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      backend/controllers/RabbitController.php

+ 1 - 1
backend/controllers/RabbitController.php

@@ -29,7 +29,7 @@ class RabbitController extends Controller
                 'class' => AccessControl::className(),
                 'rules' => [
                     [
-                        'actions' => ['login', 'error', 'cjyy'],
+                        'actions' => ['login', 'error', 'cjyy','view'],
                         'allow' => true,
                     ],
                     [