逻辑更新

This commit is contained in:
技术老胡
2024-10-19 09:40:54 +08:00
parent afb78747f0
commit d4b35b7463
5 changed files with 190 additions and 71 deletions

View File

@@ -44,14 +44,14 @@ return [
'openType' => '_iframe',
'href' => '/User/index',
],
[
'id' => 'system',
'title' => '系统设置',
'icon' => 'layui-icon layui-icon-console',
'type' => 1,
'openType' => '_iframe',
'href' => '/System/index',
],
// [
// 'id' => 'system',
// 'title' => '系统设置',
// 'icon' => 'layui-icon layui-icon-console',
// 'type' => 1,
// 'openType' => '_iframe',
// 'href' => '/System/index',
// ],
// [
// 'id' => 'pay',
// 'title' => '支付管理',

View File

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