GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • app-ht
  • modules
  • datas
  • config
  • perm.php
  • dbf4fbf4   app-ht(v1.8.6 build 12) ... Browse Code »
    1.数据统计OTA升级统计功能实现
    1.数据统计APP升级统计功能实现
    曹明
    2019-10-30 11:12:44 +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' => [
                2 => '数据统计',
            ],
            'path'  => 'datas/upgrade-log/*'
        ],
    ]
];