|
@@ -5,7 +5,7 @@ return [
|
|
|
'menus' => [
|
|
'menus' => [
|
|
|
[
|
|
[
|
|
|
'id' => 1,
|
|
'id' => 1,
|
|
|
- 'title' => '玩家数据',
|
|
|
|
|
|
|
+ 'title' => '玩家管理',
|
|
|
'icon' => 'layui-icon-set',
|
|
'icon' => 'layui-icon-set',
|
|
|
'controller' => '',
|
|
'controller' => '',
|
|
|
'url' => '',
|
|
'url' => '',
|
|
@@ -49,7 +49,7 @@ return [
|
|
|
'id' => 22,
|
|
'id' => 22,
|
|
|
'title' => '游戏管理',
|
|
'title' => '游戏管理',
|
|
|
'icon' => 'layui-icon-set',
|
|
'icon' => 'layui-icon-set',
|
|
|
- 'controller' => 'Game',
|
|
|
|
|
|
|
+ 'controller' => '',
|
|
|
'url' => '',
|
|
'url' => '',
|
|
|
'sort' => 2,
|
|
'sort' => 2,
|
|
|
'level' => 2,
|
|
'level' => 2,
|
|
@@ -101,7 +101,7 @@ return [
|
|
|
],
|
|
],
|
|
|
[
|
|
[
|
|
|
'id' => 32,
|
|
'id' => 32,
|
|
|
- 'title' => '商户账号列表',
|
|
|
|
|
|
|
+ 'title' => '账号列表',
|
|
|
'icon' => 'layui-icon-data',
|
|
'icon' => 'layui-icon-data',
|
|
|
'controller' => 'User',
|
|
'controller' => 'User',
|
|
|
'url' => '/statistics/merchant',
|
|
'url' => '/statistics/merchant',
|
|
@@ -116,7 +116,7 @@ return [
|
|
|
// 控制器对应的权限节点配置
|
|
// 控制器对应的权限节点配置
|
|
|
'controller_permissions' => [
|
|
'controller_permissions' => [
|
|
|
'User' => [
|
|
'User' => [
|
|
|
- 'name' => '用户管理',
|
|
|
|
|
|
|
+ 'name' => '账号管理',
|
|
|
'actions' => ['list', 'create', 'update', 'delete', 'detail']
|
|
'actions' => ['list', 'create', 'update', 'delete', 'detail']
|
|
|
],
|
|
],
|
|
|
'Player' => [
|
|
'Player' => [
|
|
@@ -135,14 +135,6 @@ return [
|
|
|
'name' => '权限管理',
|
|
'name' => '权限管理',
|
|
|
'actions' => ['list', 'assign']
|
|
'actions' => ['list', 'assign']
|
|
|
],
|
|
],
|
|
|
- 'Merchant' => [
|
|
|
|
|
- 'name' => '商户管理',
|
|
|
|
|
- 'actions' => ['list', 'create', 'update', 'delete', 'detail']
|
|
|
|
|
- ],
|
|
|
|
|
- 'MerchantAudit' => [
|
|
|
|
|
- 'name' => '商户审核',
|
|
|
|
|
- 'actions' => ['pending', 'passed', 'approve', 'reject']
|
|
|
|
|
- ],
|
|
|
|
|
'Statistics' => [
|
|
'Statistics' => [
|
|
|
'name' => '数据统计',
|
|
'name' => '数据统计',
|
|
|
'actions' => ['user', 'merchant', 'daily', 'monthly', 'yearly', 'income', 'users']
|
|
'actions' => ['user', 'merchant', 'daily', 'monthly', 'yearly', 'income', 'users']
|