mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-11 21:23:42 +08:00
首次提交
This commit is contained in:
64
config/extendconfig/menu.php
Normal file
64
config/extendconfig/menu.php
Normal file
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 后台菜单配置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
[
|
||||
'id' => 'index',
|
||||
'title' => '平台首页',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => 'Console/console',
|
||||
],
|
||||
[
|
||||
'id' => 'order',
|
||||
'title' => '订单管理',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/Order/index',
|
||||
],
|
||||
[
|
||||
'id' => 'payManage',
|
||||
'title' => '支付管理',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/PayManage/index',
|
||||
],
|
||||
[
|
||||
'id' => 'userCenter',
|
||||
'title' => '用户中心',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/User/index',
|
||||
],
|
||||
[
|
||||
'id' => 'system',
|
||||
'title' => '系统设置',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/System/index',
|
||||
],
|
||||
[
|
||||
'id' => 'pay',
|
||||
'title' => '支付管理',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'type' => 0,
|
||||
'href' => '',
|
||||
'children' => [
|
||||
[
|
||||
'id' => 'pay_qrcode_list',
|
||||
'title' => '收款账户',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/PayQrcode/index',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
11
config/extendconfig/platform.php
Normal file
11
config/extendconfig/platform.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 支持平台
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return array (
|
||||
'sqbpay' => '收钱吧',
|
||||
'storepay' => '数字门店',
|
||||
'ysepay' => '小Y经营',
|
||||
'mqpay' => '码钱',
|
||||
);
|
||||
Reference in New Issue
Block a user