Browse Source

pc权限测试

lizhen_gitee 5 months ago
parent
commit
6bbc4b6cd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/company/controller/Caozuoguifantype.php

+ 1 - 1
application/company/controller/Caozuoguifantype.php

@@ -10,7 +10,7 @@ use think\Db;
 class Caozuoguifantype extends Apic
 {
     protected $noNeedLogin = [];
-    protected $noNeedRight = ['info'];
+    protected $noNeedRight = ['index','info'];
 
     protected $table = 'caozuoguifan_type';