| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- // 当面付模式
- return [
- [
- 'key' => 'setting',
- 'title' => '系统',
- 'children' => [
- [
- 'key' => 'unionShopSetting',
- 'title' => '联盟店铺',
- ],
- [
- 'key' => 'SettingVoiceBroadcast',
- 'title' => '收款播报设置',
- ],
- ]
- ],
- [
- 'key' => 'userManage',
- 'title' => '用户',
- 'children' => [
- [
- 'key' => 'userManagement',
- 'title' => '用户管理',
- 'children' => [
- [
- 'key' => 'userManagementView',
- 'title' => '查看',
- 'type' => 'action',
- ],
- [
- 'key' => 'userManagementDetails',
- 'title' => '用户详情',
- 'children' => [
- [
- 'key' => 'userManagementDetailsEditUser',
- 'title' => '编辑用户',
- 'type' => 'action',
- ],
- [
- 'key' => 'userManagementDetailsSetProperty',
- 'title' => '设置积分/余额',
- 'type' => 'action',
- ],
- ],
- ]
- ],
- ],
- [
- 'key' => 'memberManage',
- 'title' => '会员等级',
- 'children' => [
- [
- 'key' => 'memberLevel',
- 'title' => '会员等级',
- 'children' => [
- [
- 'key' => 'memberLevelAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'memberLevelEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'memberLevelDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'levelOrderList',
- 'title' => '购买记录'
- ],
- ],
- ],
- ]
- ],
- [
- 'key' => 'orderManage',
- 'title' => '订单',
- 'children' => [
- [
- 'key' => 'orderScanList',
- 'title' => '当面付订单',
- ],
- ]
- ],
- [
- 'key' => 'storeProfit',
- 'title' => '财务',
- 'children' => [
- [
- 'key' => 'storeAccount',
- 'title' => '结算账户',
- ],
- [
- 'key' => 'storeCash',
- 'title' => '结算提现',
- ],
- [
- 'key' => 'profitSharingRecord',
- 'title' => '分账记录'
- ],
- ]
- ],
- [
- 'key' => 'channel',
- 'title' => '渠道/端口',
- 'children' => [
- [
- 'key' => 'appletManagementWechat',
- 'title' => '微信小程序',
- 'children' => [
- [
- 'key' => 'payIncoming',
- 'title' => '支付进件'
- ]
- ]
- ],
- [
- 'key' => 'appletManagementAlipay',
- 'title' => '支付宝小程序',
- 'children' => [
- [
- 'key' => 'miniConfigAlipay',
- 'title' => '小程序管理'
- ],
- ]
- ],
- ]
- ],
- [
- 'key' => 'marketingManage',
- 'title' => '应用',
- 'children' => [
- [
- 'key' => 'marketingCategory',
- 'title' => '营销类',
- 'children' => [
- [
- 'key' => 'saasAllianceCoupon',
- 'title' => '联盟券',
- ],
- ]
- ],
- [
- 'key' => 'toolCategory',
- 'title' => '工具类',
- 'children' => [
- [
- 'key' => 'scanCodePay',
- 'title' => '收款码',
- 'children' => [
- [
- 'key' => 'scanCodePayConfig',
- 'title' => '收款码设置',
- ]
- ],
- ],
- ],
- ],
- [
- 'key' => 'thirdCategory',
- 'title' => '第三方',
- 'children' => [
- [
- 'key' => 'saasAdapay',
- 'title' => '汇付支付',
- ],
- [
- 'key' => 'saasYunst',
- 'title' => '通联支付',
- ],
- ],
- ],
- ],
- ],
- ];
|