Browse Source

wesmiler ECY 画画交易平台

APPLE 3 years ago
parent
commit
1e66ebcc6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/controller/Frontend.php

+ 1 - 1
application/common/controller/Frontend.php

@@ -26,7 +26,7 @@ class Frontend extends Controller
      * 无需登录的方法,同时也就不需要鉴权了
      * @var array
      */
-    protected $noNeedLogin = [];
+    protected $noNeedLogin = ['Index'];
 
     /**
      * 无需鉴权的方法,但需要登录