@@ -6,7 +6,7 @@ use app\common\model\Config;
class Index extends Frontend
{
- protected $noNeedLogin = ['index'];
+ protected $noNeedLogin = ['index','Index'];
protected $noNeedRight = '*';
protected $layout = '';