| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- //saas版超级管理员菜单权限
- return [
- // [
- // 'key' => 'dashboard',
- // 'title' => '概况',
- // ],
- [
- 'key' => 'saasStore',
- 'title' => '店铺',
- 'children' => [
- [
- 'key' => 'saasStoreList',
- 'title' => '店铺列表',
- ],
- [
- 'key' => 'saasStoreCategory',
- 'title' => '店铺分类',
- ],
- [
- 'key' => 'saasStoreSetting',
- 'title' => '店铺设置',
- ],
- [
- 'key' => 'saasStoreApply',
- 'title' => '店铺申请',
- ],
- [
- 'key' => 'saasAgencyStoreRenew',
- 'title' => '店铺缴费',
- ],
- [
- 'key' => 'saasAgencyMoneyCode',
- 'title' => '收款码',
- ],
- [
- 'key' => 'saasAgencyAllianceMoneyCode',
- 'title' => '联盟收款码',
- ],
- [
- 'key' => 'saasAgencyPayApply',
- 'title' => '进件列表',
- ],
- [
- 'key' => 'saasFoodsCode',
- 'title' => '点餐码配置',
- ],
- [
- 'key' => 'saasStoreApplyConf',
- 'title' => '店铺申请配置',
- ],
- [
- 'key' => 'saasStoreCopy',
- 'title' => '店铺复制',
- ],
- [
- 'key' => 'saasStoreTemplate',
- 'title' => '店铺模板',
- ],
- [
- 'key' => 'saasStoreSync',
- 'title' => '店铺同步',
- ],
- [
- 'key' => 'migration',
- 'title' => '店铺迁移',
- ],
- ],
- ],
- [
- 'key' => 'saasAgency',
- 'title' => '区域',
- 'children' => [
- [
- 'key' => 'saasAgencyList',
- 'title' => '区域管理员',
- 'children' => [
- [
- 'key' => 'saasAgencyList',
- 'title' => '管理列表',
- ],
- [
- 'key' => 'saasAgencySetting',
- 'title' => '代理中心设置',
- ],
- [
- 'key' => 'areaAgentApply',
- 'title' => '区域代理申请列表'
- ],
- ]
- ],
- [
- 'key' => 'goodsAgent',
- 'title' => '产品代理',
- 'children' => [
- [
- 'key' => 'goodsAgent',
- 'title' => '产品代理',
- ],
- [
- 'key' => 'goodsAgentSetting',
- 'title' => '佣金设置',
- ],
- [
- 'key' => 'goodsAgentApply',
- 'title' => '代理申请',
- ]
- ]
- ],
- [
- 'key' => 'frontAgent',
- 'title' => '仓库管理',
- 'children' => [
- [
- 'key' => 'frontAgent',
- 'title' => '仓库管理',
- ],
- [
- 'key' => 'frontAgentBindSupplier',
- 'title' => '绑定供货商',
- ],
- [
- 'key' => 'frontAgentBindStore',
- 'title' => '绑定商家',
- ],
- [
- 'key' => 'frontAgentBindStoreMd',
- 'title' => '绑定门店',
- ],
- ]
- ],
- [
- 'key' => 'countrysideList',
- 'title' => '村镇管理',
- 'children' => [
- [
- 'key' => 'countrysideAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'countrysideEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'countrysideDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- ],
- ],
- [
- 'key' => 'bdAgent',
- 'title' => '推广代理',
- 'children' => [
- [
- 'key' => 'bdAgentList',
- 'title' => '推广代理',
- ],
- [
- 'key' => 'bdAgentProfitSet',
- 'title' => '佣金设置',
- ],
- [
- 'key' => 'saasAgencySalesman',
- 'title' => '业务员',
- ],
- [
- 'key' => 'bdAgentApply',
- 'title' => '代理申请',
- ],
- ]
- ],
- [
- 'key' => 'saasAllianceUser',
- 'title' => '用户',
- 'children' => [
- [
- 'key' => 'saasAllianceUserList',
- 'title' => '联盟用户',
- ],
- [
- 'key' => 'storeOperations',
- 'title' => '运营人员',
- ]
- ],
- ],
- [
- 'key' => 'saasDiy',
- 'title' => '装修',
- ],
- [
- 'key' => 'saasAlliance',
- 'title' => '联盟',
- 'children' => [
- [
- 'key' => 'saasAllianceShareAll',
- 'title' => '分润设置总项',
- ],
- [
- 'key' => 'saasAllianceStoreShare',
- 'title' => '店铺分销',
- 'children' => [
- [
- 'key' => 'saasAllianceStoreShareInfo',
- 'title' => '店铺分销',
- ],
- [
- 'key' => 'saasAllianceStoreShareProfit',
- 'title' => '佣金明细',
- ],
- ]
- ],
- [
- 'key' => 'saasAllianceShare',
- 'title' => '联盟分销',
- ],
- [
- 'key' => 'saasAllianceCouponSetting',
- 'title' => '联盟券设置',
- ],
- [
- 'key' => 'saasAllianceStoreRecommender',
- 'title' => '店铺推荐人',
- ],
- [
- 'key' => 'saasAllianceConsumeRebate',
- 'title' => '消费返利',
- ],
- [
- 'key' => 'saasAllianceFaceIntegral',
- 'title' => '当面付店铺积分',
- ],
- [
- 'key' => 'saasAllianceUserAuth',
- 'title' => '会员权限',
- ],
- [
- 'key' => 'saasAllianceSupplierAuth',
- 'title' => '供货商推荐人',
- ],
- [
- 'key' => 'sharingReceiverCustom',
- 'title' => '灵活分润',
- ],
- ],
- ],
- [
- 'key' => 'saasAuthManage',
- 'title' => '员工',
- 'children' => [
- [
- 'key' => 'saasAccountManage',
- 'title' => '账号管理',
- 'children' => [
- [
- 'key' => 'saasAccountManageAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'saasAccountManageEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'saasAccountManageDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'saasRoleManage',
- 'title' => '角色管理',
- 'children' => [
- [
- 'key' => 'saasRoleManageEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'saasRoleManageAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'saasRoleManageDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- ]
- ],
- [
- 'key' => 'saasMarketingBusiness',
- 'title' => '营销',
- 'children' => [
- [
- 'key' => 'saasMemberManageBusiness',
- 'title' => '会员卡',
- ],
- [
- 'key' => 'saasCouponManageBusiness',
- 'title' => '优惠券',
- ],
- [
- 'key' => 'saasDistribution',
- 'title' => '推广海报设置',
- 'children' => [
- [
- 'key' => 'saasDistributionPoster',
- 'title' => '推广海报',
- ],
- ]
- ],
- [
- 'key' => 'saasMarketingWeChatVipCard',
- 'title' => '微信会员卡',
- ],
- [
- 'key' => 'jushuitan',
- 'title' => '聚水潭',
- ],
- [
- 'key' => 'maiyatian',
- 'title' => '麦芽田',
- ],
- [
- 'key' => 'keloop',
- 'title' => '快跑者',
- ],
- [
- 'key' => 'localDelivery',
- 'title' => '同城配送',
- ],
- [
- 'key' => 'SaasIntegralStore',
- 'title' => '积分商城',
- ],
- [
- 'key' => 'SaasPtActivity',
- 'title' => '拼团',
- ],
- [
- 'key' => 'SaasCutPriceActivity',
- 'title' => '砍价',
- ],
- [
- 'key' => 'SaasSeckillActivity',
- 'title' => '秒杀',
- ],
- [
- 'key' => 'SaasNewUserActivity',
- 'title' => '新人专享',
- ],
- [
- 'key' => 'SaasStoreDividends',
- 'title' => '某店分红',
- ]
- ],
- ],
- [
- 'key' => 'saasCloudPlatform',
- 'title' => '云仓',
- 'children' => [
- [
- 'key' => 'saasCloudPlatformApply',
- 'title' => '云仓申请',
- 'children' => [
- [
- 'key' => 'saasCloudPlatformSetting',
- 'title' => '云仓申请',
- ]
- ]
- ],
- [
- 'key' => 'saasCloudPlatformUser',
- 'title' => '云仓用户',
- 'children' => [
- [
- 'key' => 'saasCloudPlatformUser',
- 'title' => '会员等级',
- ],
- [
- 'key' => 'cloudPlatformUserChannel',
- 'title' => '供货渠道',
- ],
- ]
- ],
- [
- 'key' => 'saasCloudPlatformSupplier',
- 'title' => '云仓供货商',
- ],
- [
- 'key' => 'saasCloudPlatformGoods',
- 'title' => '云仓商品',
- 'children' => [
- [
- 'key' => 'saasCloudPlatformGoodsCat',
- 'title' => '商品分类',
- ]
- ]
- ],
- [
- 'key' => 'saasCloudPlatformFinance',
- 'title' => '云仓财务',
- ],
- [
- 'key' => 'saasCloudPlatformStbz',
- 'title' => '胜天半子',
- ],
- [
- 'key' => 'saasCloudPlatformOrder',
- 'title' => '云仓订单',
- ],
- [
- 'key' => 'profitStrategy',
- 'title' => '成本定价',
- ],
- ],
- ],
- [
- 'key' => 'saasProfit',
- 'title' => '财务',
- 'children' => [
- [
- 'key' => 'saasProfitAgent',
- 'title' => '代理商提现',
- ],
- [
- 'key' => 'saasProfitSplitAccounts',
- 'title' => '分账记录',
- ],
- [
- 'key' => 'saasProfitUserWithdraw',
- 'title' => '用户提现',
- ],
- [
- 'key' => 'saasStoreCash',
- 'title' => '商城提现',
- ],
- [
- 'key' => 'cloudProfit',
- 'title' => '云仓报表',
- ],
- [
- 'key' => 'saasStoreProfitList',
- 'title' => '让利分配明细',
- ],
- ],
- ],
- [
- 'key' => 'saasSetting',
- 'title' => '设置',
- 'children' => [
- [
- 'key' => 'saasSettingBase',
- 'title' => '基础设置',
- 'children' => [
- [
- 'key' => 'mapSetting',
- 'title' => '地图设置',
- ],
- ]
- ],
- [
- 'key' => 'saasSettingService',
- 'title' => '服务商设置',
- 'children' => [
- [
- 'key' => 'saasSettingServiceWechat',
- 'title' => '微信服务商配置',
- ],
- [
- 'key' => 'saasSettingServiceAli',
- 'title' => '支付宝服务商配置',
- ],
- [
- 'key' => 'storeAdminYunst',
- 'title' => '通联设置',
- ]
- ]
- ],
- [
- 'key' => 'saasSettingThird',
- 'title' => '第三方设置',
- 'children' => [
- [
- 'key' => 'saasSettingThirdWechat',
- 'title' => '抖音三方平台配置',
- ],
- [
- 'key' => 'saasSettingThirdAli',
- 'title' => '支付宝三方平台配置',
- ],
- [
- 'key' => 'saasSettingThirdDouyin',
- 'title' => '抖音三方平台配置',
- ],
- [
- 'key' => 'saasSettingThirdWechatTemplate',
- 'title' => '微信模板上传',
- ],
- [
- 'key' => 'saasSettingThirdAliTemplate',
- 'title' => '支付宝模板上传',
- ]
- ],
- ],
- [
- 'key' => 'saasOcrSetting',
- 'title' => 'ocr设置',
- ],
- [
- 'key' => 'saasClientSetting',
- 'title' => '联盟端设置',
- 'children' => [
- [
- 'key' => 'SaasSettingWechatPay',
- 'title' => '联盟微信配置',
- ],
- [
- 'key' => 'SaasSettingAliPay',
- 'title' => '联盟支付宝配置',
- ],
- [
- 'key' => 'FoodSetting',
- 'title' => '点餐设置',
- ],
- [
- 'key' => 'allianceUploadWechat',
- 'title' => '联盟微信小程序发布',
- ],
- ]
- ],
- [
- 'key' => 'saasSingleStoreSetting',
- 'title' => '供应链端设置',
- ],
- [
- 'key' => 'storeForbiddenDirectory',
- 'title' => '店铺禁售目录',
- ],
- [
- 'key' => 'saasMchMiniSetting',
- 'title' => '服务端小程序设置',
- 'children' => [
- [
- 'key' => 'SaasSmsSetting',
- 'title' => '服务端短信申请',
- ],
- ]
- ],
- [
- 'key' => 'addressRecognitionSetting',
- 'title' => '地址识别设置',
- ],
- [
- 'key' => 'saasUpgrade',
- 'title' => '系统升级',
- ],
- [
- 'key' => 'saasProtocol',
- 'title' => '协议设置',
- ],
- [
- 'key' => 'saasAdapay',
- 'title' => '汇付支付',
- ],
- [
- 'key' => 'saasYunst',
- 'title' => '通联支付',
- ],
- [
- 'key' => 'timerTaskCopy',
- 'title' => '定时任务',
- ],
- ],
- ],
- ];
|