Quellcode durchsuchen

Merge branch 'master' of http://18.167.157.193:1026/guanli/ngds

kevin_zhangl vor 3 Jahren
Ursprung
Commit
1621ad9a44
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      backendApi/config/menu.php

+ 1 - 1
backendApi/config/menu.php

@@ -442,7 +442,7 @@ 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'=>'Hide', 'class'=>'', 'icon'=>'', 'controller'=>'ad', 'action'=>'ad-hide', 'routePath'=>'ad/ad-hide', 'show'=>0,],
             ['name'=>'Un-Hide', 'class'=>'', 'icon'=>'', 'controller'=>'ad', 'action'=>'ad-un-hide', 'routePath'=>'ad/ad-un-hide', 'show'=>0,],
         ]
     ],