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.
13 lines
421 B
13 lines
421 B
<?php
|
|
|
|
return [
|
|
'model_manage' => '模式管理',
|
|
'cat_status' => '车位状态',
|
|
'special_car_manage' => '特别车位管理',
|
|
'information_center' => '信息中心',
|
|
'statistics_report' => '统计报表',
|
|
'device_manage' => '设备管理',
|
|
'system_manage' => '系统管理',
|
|
'user_manage' => '用户管理',
|
|
'role_manage' => '角色管理',
|
|
];
|
|
|