Przeglądaj źródła

广告隐藏权限

theo 3 lat temu
rodzic
commit
9f5fdf80ce
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      backendApi/config/menu.php

+ 2 - 0
backendApi/config/menu.php

@@ -442,6 +442,8 @@ return [
             ['name'=>'Add', 'class'=>'', 'icon'=>'', 'controller'=>'ad', 'action'=>'add', 'routePath'=>'ad/add', 'show'=>0,],
             ['name'=>'Edit', 'class'=>'', 'icon'=>'', 'controller'=>'ad', 'action'=>'edit', 'routePath'=>'ad/edit', 'show'=>0,],
             ['name'=>'Delete', 'class'=>'', 'icon'=>'', 'controller'=>'ad', 'action'=>'ad-delete', 'routePath'=>'ad/ad-delete', 'show'=>0,],
+            ['name'=>'Hide', 'class'=>'', 'icon'=>'', 'controller'=>'ad', 'action'=>'hide', 'routePath'=>'ad/hide', 'show'=>0,],
+            ['name'=>'Un-Hide', 'class'=>'', 'icon'=>'', 'controller'=>'ad', 'action'=>'ad-un-hide', 'routePath'=>'ad/ad-un-hide', 'show'=>0,],
         ]
     ],
     'log'=>[