GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • app-ht
  • modules
  • manufacturer
  • config
  • perm.php
  • 3dde027c   1.厂商列表功能实现 ... Browse Code »
    2.创建厂商功能实现
    曹明
    2019-10-26 20:31:03 +0800  
perm.php 266 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php

return [
    'label' => '厂商',
    'items' => [
        'shop_city' => [
            'label' => '厂商',
            'items' => [
                1 => '厂商管理',
            ],
            'path'  => 'manufacturer/manufacturer/*'
        ],
    ]
];