删除文件 config

This commit is contained in:
技术老胡
2024-10-19 01:54:16 +00:00
committed by Gitee
parent 4314d32988
commit e0e31f10df
16 changed files with 0 additions and 476 deletions

View File

@@ -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',
// ],
// ],
// ],
];

View File

@@ -1,13 +0,0 @@
<?php
// +----------------------------------------------------------------------
// | 支持平台
// +----------------------------------------------------------------------
return array(
'sqbpay' => '收钱吧',
'storepay' => '数字门店',
'ysepay' => '小Y经营',
'mqpay' => '码钱',
'lklpay' => '拉卡拉',
'sftpay' => '盛付通',
);