mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-10-21 01:43:43 +08:00
删除文件 config
This commit is contained in:
@@ -1,72 +0,0 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 后台菜单配置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
[
|
||||
'id' => 'console',
|
||||
'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' => 'pluginManage',
|
||||
'title' => '插件管理',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/Plugin/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',
|
||||
// ],
|
||||
// ],
|
||||
// ],
|
||||
];
|
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 支持平台
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return array(
|
||||
'sqbpay' => '收钱吧',
|
||||
'storepay' => '数字门店',
|
||||
'ysepay' => '小Y经营',
|
||||
'mqpay' => '码钱',
|
||||
'lklpay' => '拉卡拉',
|
||||
'sftpay' => '盛付通',
|
||||
);
|
Reference in New Issue
Block a user