xieruidong 2 năm trước cách đây
mục cha
commit
ff602e3161
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
     {