@@ -10,7 +10,7 @@ use think\Db;
class Usercenter extends Apic
{
protected $noNeedLogin = [''];
- protected $noNeedRight = ['company_info'];
+ protected $noNeedRight = [''];
//信息维护
public function company_info(){
@@ -12,7 +12,7 @@ use think\Exception;
class Usercompany extends Apic
protected $noNeedLogin = [];
- protected $noNeedRight = ['selectpage'];
+ protected $noNeedRight = ['selectpage','info'];
protected $table = 'user_company';
class Wentihuizong extends Apic
- protected $noNeedRight = [];
+ protected $noNeedRight = ['info'];
protected $table = 'wentihuizong';
@@ -11,7 +11,7 @@ use think\Db;
class Worker extends Apic
protected $table = 'worker';
class Zhengce extends Apic
protected $table = 'zhengce';