You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
417 B

  1. <?php
  2. return [
  3. 'permissions'=>[
  4. "网站基本权限" => [
  5. '首页(销售数据)' => '/site/index',
  6. '用户注销' => '/site/logout',
  7. '用户登录' => '/site/login',
  8. ],
  9. "商品模块" => [
  10. '商品列表' => '/goods/index',
  11. '商品新增' => '/goods/create',
  12. '商品修改' => '/goods/update',
  13. ],
  14. ]
  15. ];