GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • app-ht
  • modules
  • model
  • config
  • perm.php
  • 0ec20199   app-ht(build v0.0.1 build 3) ... Browse Code »
    1.删除多余代码
    2.后台机器型号功能实现。
    曹明
    2019-10-28 16:41:43 +0800  
perm.php 270 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' => [
                3 => '机器型号管理',
            ],
            'path'  => 'model/model/*'
        ],
    ]
];