xieruidong 2 年之前
父节点
当前提交
ff602e3161
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()
     {