|
|
|
@ -30,36 +30,36 @@ return [ |
|
|
|
// ] |
|
|
|
// ], |
|
|
|
// ], |
|
|
|
'statistics' => [ |
|
|
|
'name' => '数据统计', |
|
|
|
'icon' => 'icon-shezhi', |
|
|
|
'submenu' => [ |
|
|
|
[ |
|
|
|
'name' => '客流统计数据', |
|
|
|
'index' => 'pass.pass/index' |
|
|
|
], |
|
|
|
[ |
|
|
|
'name' => '总客流统计数据', |
|
|
|
'index' => 'pass.pass/allIndex' |
|
|
|
], |
|
|
|
[ |
|
|
|
'name' => '客流实时统计数据', |
|
|
|
'index' => 'pass.pass/realIndex' |
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
// 'statistics' => [ |
|
|
|
// 'name' => '数据统计', |
|
|
|
// 'icon' => 'icon-shezhi', |
|
|
|
// 'submenu' => [ |
|
|
|
// [ |
|
|
|
// 'name' => '客流统计数据', |
|
|
|
// 'index' => 'pass.pass/index' |
|
|
|
// ], |
|
|
|
// [ |
|
|
|
// 'name' => '总客流统计数据', |
|
|
|
// 'index' => 'pass.pass/allIndex' |
|
|
|
// ], |
|
|
|
// [ |
|
|
|
// 'name' => '客流实时统计数据', |
|
|
|
// 'index' => 'pass.pass/realIndex' |
|
|
|
// ], |
|
|
|
// ], |
|
|
|
// ], |
|
|
|
'setting' => [ |
|
|
|
'name' => '系统设置', |
|
|
|
'icon' => 'icon-shezhi', |
|
|
|
'submenu' => [ |
|
|
|
[ |
|
|
|
'name' => '清理缓存', |
|
|
|
'index' => 'setting.cache/clear' |
|
|
|
], |
|
|
|
[ |
|
|
|
'name' => '环境检测', |
|
|
|
'index' => 'setting.science/index' |
|
|
|
], |
|
|
|
// [ |
|
|
|
// 'name' => '清理缓存', |
|
|
|
// 'index' => 'setting.cache/clear' |
|
|
|
// ], |
|
|
|
// [ |
|
|
|
// 'name' => '环境检测', |
|
|
|
// 'index' => 'setting.science/index' |
|
|
|
// ], |
|
|
|
[ |
|
|
|
'name' => '配置', |
|
|
|
'index' => 'setting.config/index' |
|
|
|
|