|
@@ -11,7 +11,7 @@ use app\common\model\Maintain as Maintainmodel;
|
|
class Maintain extends Apic
|
|
class Maintain extends Apic
|
|
{
|
|
{
|
|
protected $noNeedLogin = [];
|
|
protected $noNeedLogin = [];
|
|
- protected $noNeedRight = ['index'];
|
|
|
|
|
|
+ protected $noNeedRight = ['index','info'];
|
|
|
|
|
|
protected $table = 'maintain';
|
|
protected $table = 'maintain';
|
|
|
|
|