xieruidong hace 2 años
padre
commit
ff602e3161
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/admin/controller/Addon.php

+ 1 - 1
application/admin/controller/Addon.php

@@ -21,7 +21,7 @@ use think\Exception;
 class Addon extends Backend
 {
     protected $model = null;
-    protected $noNeedRight = ['get_table_list'];
+    protected $noNeedRight = ['get_table_list','guessLogistics'];
 
     public function _initialize()
     {