소스 검색

文章详情权限

kevin_zhangl 3 년 전
부모
커밋
176bd3a6fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backendApi/config/menu.php

+ 1 - 1
backendApi/config/menu.php

@@ -369,7 +369,7 @@ return [
             ['name'=>'编辑文章', 'class'=>'', 'icon'=>'', 'controller'=>'article', 'action'=>'edit', 'routePath'=>'article/edit', 'show'=>0,],
             ['name'=>'文章排序', 'class'=>'', 'icon'=>'', 'controller'=>'article', 'action'=>'sort', 'routePath'=>'article/sort', 'show'=>0,],
             ['name'=>'删除文章', 'class'=>'', 'icon'=>'', 'controller'=>'article', 'action'=>'article-delete', 'routePath'=>'article/article-delete', 'show'=>0,],
-
+            ['name'=>'文章详情', 'class'=>'', 'icon'=>'', 'controller'=>'article', 'action'=>'article-detail', 'routePath'=>'article/detail', 'show'=>0,],
         ]
     ],
 //    'message'=>[