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