插件中收

This commit is contained in:
技术老胡
2024-08-24 14:35:57 +08:00
parent 3d210481b1
commit 8bdac2b62c
4 changed files with 167 additions and 164 deletions

View File

@@ -52,21 +52,21 @@ return [
'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',
],
],
],
// [
// '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',
// ],
// ],
// ],
];