瀏覽代碼

文章详情权限

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'=>[