| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- return [
- // 概况
- 'dashboard' => [
- 'admin/dashboard/data',
- 'admin/dashboard/operations',
- 'admin/dashboard/order-data',
- 'admin/dashboard/goods-data'
- ],
- // 数据统计
- 'dataStatistic' => [
- 'admin/statistic/data/collect'
- ],
- // 商品销售统计
- 'goodsStatistic' => [
- 'admin/statistic/goods/sale'
- ],
- // 商户数据统计
- 'mchStatistic' => [
- 'admin/statistic/mch/count'
- ],
- // 商城
- 'settingEdit' => [
- 'admin/setting/setting/get-setting'
- ],
- // 基础设置
- 'basic_edit' => [
- 'admin/setting/setting/save-setting'
- ],
- // app设置
- 'app_edit' => [
- 'admin/setting/setting/save-setting'
- ],
- // 微信设置
- 'weixin_edit' => [
- 'admin/setting/setting/save-setting'
- ],
- // 显示设置
- 'display_edit' => [
- 'admin/setting/setting/save-setting'
- ],
- // 网站设置
- 'web_edit' => [
- 'admin/setting/setting/save-setting'
- ],
- // 入驻商设置
- 'mch_edit' => [
- 'admin/setting/setting/save-setting'
- ],
- // 运费规则
- 'postageList' => [
- 'admin/setting/postage/list',
- ],
- 'postage_edit' => [
- 'admin/setting/postage/edit',
- 'admin/setting/postage/status',
- 'admin/setting/postage/save',
- ],
- 'postage_delete' => [
- 'admin/setting/postage/delete',
- ],
- // 包邮规则
- 'freeDelivery' => [
- 'admin/setting/free/list'
- ],
- 'free_delivery_edit' => [
- 'admin/setting/free/edit',
- 'admin/setting/free/save',
- ],
- 'free_delivery_delete' => [
- 'admin/setting/free/del',
- ],
- // 区域设置
- 'area_edit' => [
- 'admin/setting/territorial/save',
- ],
- 'area_add' => [
- 'admin/setting/territorial/edit',
- ],
- // 起送规则
- 'offer_price_add' => [
- 'admin/setting/offer-price/save',
- ],
- 'offer_price_edit' => [
- 'admin/setting/offer-price/edit',
- ],
- // 退货地址设置
- 'refundAddress' => [
- 'admin/setting/refund-address/list'
- ],
- 'refund_address_add' => [
- 'admin/setting/refund-address/save',
- ],
- 'refund_address_edit' => [
- 'admin/setting/refund-address/edit',
- ],
- 'refund_address_delete' => [
- 'admin/setting/refund-address/del',
- ],
- // 电子面单
- 'express' => [
- 'admin/setting/express/list'
- ],
- 'express_add' => [
- 'admin/setting/express/save'
- ],
- 'express_edit' => [
- 'admin/setting/postage/edit',
- ],
- 'express_delete' => [
- 'admin/setting/postage/del',
- ],
- // 云打印设置
- 'cloud' => [
- 'admin/setting/cloud/list'
- ],
- 'cloud_add' => [
- 'admin/setting/cloud/save',
- ],
- 'cloud_edit' => [
- 'admin/setting/cloud/edit',
- 'admin/setting/cloud/save-setting',
- ],
- 'cloud_delete' => [
- 'admin/setting/cloud/del',
- ],
- // 小票打印
- 'printer' => [
- 'admin/setting/printer/list'
- ],
- 'printer_add' => [
- 'admin/setting/printer/save',
- ],
- 'printer_edit' => [
- 'admin/setting/printer/edit',
- 'admin/setting/printer/save-setting',
- ],
- 'printer_delete' => [
- 'admin/setting/printer/del',
- ],
- // 清空缓存
- 'cache' => [
- 'admin/cache/submit'
- ],
- // 消息通知
- 'noticeConfig' => [
- 'admin/notice/notice',
- 'admin/notice/notice-save',
- 'admin/notice/get-tamplate-id',
- 'admin/setting/sms/index'
- ],
- // 商品列表
- 'goodsList' => [
- 'admin/goods/list'
- ],
- 'goods_add' => [
- 'admin/goods/save',
- 'admin/goods/taobao-copy',
- ],
- 'goods_edit' => [
- 'admin/goods/edit',
- 'admin/goods/update-all',
- 'admin/goods/set-attr-num',
- 'admin/goods/goods-copy',
- 'admin/goods/set-attr-attribute',
- 'admin/goods/get-qr',
- 'admin/goods/status',
- ],
- 'goods_delete' => [
- ],
- // 规格库
- 'attr_edit' => [
- 'admin/attr-library/list',
- 'admin/attr-library/save',
- 'admin/attr-library/status',
- 'admin/attr-library/del',
- ],
- // 分类列表
- 'catList' => [
- 'admin/goods/cat-list',
- ],
- 'cat_edit' => [
- 'admin/goods/cat-save',
- 'admin/goods/cat-status',
- 'admin/goods/cat-del',
- ],
- // 订单列表
- 'orderList' => [
- 'admin/order/list'
- ],
- 'order_edit' => [
- 'admin/order/apply-order-delete',
- 'admin/order/seller-comments',
- 'admin/order/send',
- 'admin/order/confirm',
- 'admin/order/print-order',
- 'admin/order/print',
- 'admin/order/clerk',
- 'admin/order/express-detail',
- 'admin/order/modify-price',
- 'admin/order/set-words',
- 'admin/order/set-order-address',
- ],
- 'order_delete' => [
- 'admin/order/edit',
- ],
- 'orderDetails' => [
- 'admin/order/list'
- ],
- // 自提订单
- 'orderOfflineList' => [
- 'admin/order/list'
- ],
- 'offline_edit' => [
- 'admin/order/update-shop',
- ],
- 'offline_delete' => [
- ],
- // 售后订单
- 'orderRefundList' => [
- 'admin/order/refund'
- ],
- 'refund_edit' => [
- 'admin/order/refund-handle'
- ],
- 'refund_delete' => [
- ],
- // 评价管理
- 'orderComment' => [
- 'admin/order/comment-list',
- ],
- 'comment_edit' => [
- 'admin/order/comment-reply',
- ],
- 'comment_delete' => [
- 'admin/order/comment-delete',
- ],
- 'comment_add' => [
- 'admin/order/comment-edit',
- ],
- // DIY
- 'diy' => [
- 'admin/diy/template-list',
- ],
- // diy编辑
- 'diyTemplateEdit' => [
- 'admin/diy/template-del',
- 'admin/diy/template-edit',
- 'admin/diy/template-save',
- 'admin/diy/get-link',
- 'admin/diy/page-list',
- 'admin/diy/page-save',
- 'admin/diy/page-del',
- 'admin/diy/up-down',
- ],
- // 用户管理
- 'user_edit' => [
- 'admin/user/update-info',
- 'admin/recharge/user-recharge',
- ],
- 'userList' => [
- 'admin/user/list',
- ],
- 'integralRechargeList' => [
- 'admin/recharge/list',
- ],
- 'moneyRechargeList' => [
- 'admin/recharge/list',
- ],
- // 手机端管理员
- 'userAdmin' => [
- 'admin/user/admin-user',
- ],
- 'user_admin_edit' => [
- 'admin/user/add-admin',
- ],
- 'user_admin_delete' => [
- 'admin/user/del-admin',
- ],
- // 会员管理
- 'memberLevel' => [
- 'admin/user/level-list',
- ],
- 'level_edit' => [
- 'admin/user/level-status',
- 'admin/user/update-level-info'
- ],
- 'level_delete' => [
- 'admin/user/delete-level',
- ],
- 'levelOrderList' => [
- 'admin/user/level-order',
- ],
- // 专题管理
- 'articleManage' => [
- 'admin/content/get-topic-list',
- ],
- 'project_add' => [
- 'admin/content/add-topic',
- ],
- 'project_edit' => [
- 'admin/content/edit-topic',
- 'admin/content/edit-topic-show'
- ],
- 'project_delete' => [
- 'admin/content/del-topic',
- ],
- // 专题分类
- 'projectManage' => [
- 'admin/content/get-topic-type'
- ],
- 'project_cat_edit' => [
- 'admin/content/edit-topic-type',
- 'admin/content/edit-topic-type-show'
- ],
- 'project_cat_add' => [
- 'admin/content/add-topic-type'
- ],
- 'project_cat_delete' => [
- 'admin/content/del-topic-type'
- ],
- // 文章
- 'aboutArticleManage' => [
- 'admin/content/get-about-article'
- ],
- 'article_add' => [
- 'admin/content/add-about-article'
- ],
- 'article_edit' => [
- 'admin/content/edit-about-article'
- ],
- 'article_delete' => [
- 'admin/content/del-about-article'
- ],
- // 视频
- 'videoManage' => [
- 'admin/content/get-video-list',
- ],
- 'video_edit' => [
- 'admin/content/edit-video',
- ],
- 'video_add' => [
- 'admin/content/add-video',
- ],
- 'video_delete' => [
- 'admin/content/del-video',
- ],
- // 优惠券管理
- 'couponListManage' => [
- 'admin/marketing/coupon-list',
- ],
- 'coupon_edit' => [
- 'admin/marketing/coupon-edit',
- ],
- 'coupon_add' => [
- 'admin/marketing/coupon-add',
- ],
- 'coupon_delete' => [
- 'admin/marketing/coupon-del',
- ],
- 'couponSendManage' => [
- 'admin/marketing/coupon-send-user',
- ],
- // 自动发放
- 'couponAutoSendManage' => [
- 'admin/marketing/coupon-auto-send-list',
- ],
- 'auto_send_edit' => [
- 'admin/marketing/coupon-auto-send-edit',
- ],
- 'auto_send_add' => [
- 'admin/marketing/coupon-auto-send-add',
- ],
- 'auto_send_delete' => [
- 'admin/marketing/coupon-auto-send-del',
- ],
- // 核销卡管理
- 'verifyListManage' => [
- 'admin/marketing/verify-list',
- ],
- 'verify_card_edit' => [
- 'admin/marketing/verify-edit',
- ],
- 'verify_card_add' => [
- 'admin/marketing/verify-add',
- ],
- 'verify_card_delete' => [
- 'admin/marketing/verify-del',
- ],
- // 核销卡订单
- 'verifyOrderManage' => [
- 'admin/marketing/verify-sale-list',
- ],
- // 卡券管理
- 'cardCouponManage' => [
- 'admin/marketing/card-coupon-list',
- ],
- 'card_coupon_edit' => [
- 'admin/marketing/card-coupon-edit',
- ],
- 'card_coupon_add' => [
- 'admin/marketing/card-coupon-add',
- ],
- 'card_coupon_delete' => [
- 'admin/marketing/card-coupon-del',
- ],
- // 充值方案
- 'rechargePreceptManage' => [
- 'admin/marketing/recharge-list',
- ],
- 'recharge_edit' => [
- 'admin/marketing/recharge-edit',
- ],
- 'recharge_add' => [
- 'admin/marketing/recharge-add',
- ],
- 'recharge_delete' => [
- 'admin/marketing/recharge-del',
- ],
- 'rechargeSetting' => [
- 'admin/marketing/recharge-setting',
- ],
- // 插件
- // 自提点
- 'shopListManage' => [
- 'admin/shop/shop-list',
- ],
- 'shop_edit' => [
- 'admin/shop/shop-edit',
- 'admin/shop/shop-audit',
- ],
- 'shop_add' => [
- 'admin/shop/shop-add',
- ],
- 'shop_delete' => [
- 'admin/shop/shop-del',
- ],
- // 提现
- 'shopWithdrawManage' => [
- 'admin/shop/shop-cash-list',
- ],
- 'cash_audit_edit' => [
- 'admin/share/apply',
- ],
- // 核销员
- 'verifierManage' => [
- 'admin/shop/clerk-list',
- ],
- 'verifier_edit' => [
- 'admin/shop/clerk-edit',
- ],
- 'verifier_add' => [
- 'admin/shop/clerk-add',
- ],
- 'verifier_delete' => [
- 'admin/shop/clerk-del',
- ],
- // 核销设置
- 'verifySettingManage' => [
- 'admin/shop/shop-setting-list',
- 'admin/shop/shop-setting-edit',
- ],
- // 分销商列表
- 'shareUserList' => [
- 'admin/share/list',
- ],
- 'share_user_edit' => [
- 'admin/share/status',
- 'admin/share/seller-comments',
- 'admin/share/get-qrcode',
- ],
- 'share_user_delete' => [
- 'admin/share/del',
- ],
- // 基础设置
- 'shareBasicSetting' => [
- 'admin/share/get-share-setting'
- ],
- 'share_basic_edit' => [
- 'admin/share/basic-setting',
- ],
- // 佣金设置
- 'shareMoneySetting' => [
- 'admin/share/get-share-setting'
- ],
- 'share_money_edit' => [
- 'admin/share/money-setting',
- ],
- // 分销提现
- 'shareCash' => [
- 'admin/share/cash'
- ],
- 'share_cash_edit' => [
- 'admin/share/apply',
- 'admin/share/confirm'
- ],
- // 分销订单
- 'shareOrder' => [
- 'admin/share/order',
- ],
- // 充值分销订单
- 'topUpOrder' => [
- 'admin/share/top-up-order',
- ],
- // 推广海报
- 'sharePoster' => [
- 'admin/share/get-qrcode-setting',
- ],
- 'share_qrcode_edit' => [
- 'admin/share/qrcode',
- ],
- // 商户列表
- 'mchList' => [
- 'admin/mch/mch/list'
- ],
- 'mch_update' => [
- 'admin/mch/mch/save',
- 'admin/mch/mch/up-down',
- 'admin/mch/mch/save-setting'
- ],
- 'mch_delete' => [
- 'admin/mch/mch/del'
- ],
- // 入驻审核
- 'mchApply' => [
- 'admin/mch/mch/list'
- ],
- 'mch_audit_edit' =>[
- 'admin/mch/mch/apply',
- ],
- // 所售类目
- 'mchCommonCat' => [
- 'admin/mch/common-cat/list'
- ],
- 'mch_cat_edit' => [
- 'admin/mch/common-cat/save'
- ],
- 'mch_cat_delete' => [
- 'admin/mch/common-cat/del'
- ],
- // 入驻商品
- 'mchGoods' => [
- 'admin/goods/mch-goods-list'
- ],
- 'mch_goods_edit' => [
- 'admin/goods/status',
- ],
- // 入驻订单
- 'mchOrder' => [
- 'admin/mch/order/list',
- ],
- 'mch_order_edit' => [
- 'admin/mch/order/seller-comments',
- ],
- // 提现申请
- 'mchCashList' => [
- 'admin/mch/cash/list',
- ],
- 'mch_cash_edit' => [
- 'admin/mch/cash/info',
- 'admin/mch/cash/save',
- 'admin/mch/cash/cash-submit',
- ],
- // 小程序直播直播间列表
- 'wxLiveRoomList' => [
- 'admin/plugins/wxlive/live/index',
- 'admin/plugins/wxlive/live/get-media',
- ],
- // 查看回放
- 'replay' => [
- 'admin/plugins/wxlive/live/huifang',
- ],
- // 导入商品
- 'importGoods' => [
- 'admin/plugins/wxlive/live/goods-add',
- ],
- // 添加直播间
- 'addRoom' => [
- 'admin/plugins/wxlive/live/edit',
- ],
- // 删除直播间
- 'deleteRoom' => [
- 'admin/plugins/wxlive/live/delete',
- ],
- // 小程序直播商品列表
- 'wxLiveGoodsList' => [
- 'admin/plugins/wxlive/goods/index',
- 'admin/plugins/wxlive/goods/search-goods',
- ],
- // 删除商品
- 'delGoods' => [
- 'admin/plugins/wxlive/goods/delete',
- ],
- // 添加商品
- 'addGoods' => [
- 'admin/plugins/wxlive/goods/goods-add',
- ],
- // 微信配置
- 'wechatConfig' => [
- 'admin/wechat-config/config',
- ],
- 'wx_config_edit' => [
- 'admin/wechat-config/save',
- ],
- // 支付宝配置
- 'alipayConfig' => [
- 'admin/alipay-config/index',
- ],
- 'alipay_config_edit' => [
- 'admin/alipay-config/index',
- ],
- // 上传配置
- 'uploadConfig' => [
- 'admin/storage/config',
- ],
- 'upload_config_edit' => [
- 'admin/storage/config',
- ],
- // 越限配置
- 'runOverConfig' => [
- 'admin/storage/run-over',
- ],
- 'run_config_edit' => [
- 'admin/storage/run-over',
- ],
- // 系统更新
- 'updateSystem' => [
- 'admin/update/index',
- 'admin/storage/update',
- ],
- // 权限管理
- // 账号管理
- 'accountManage' => [
- 'admin/auth/get-admin-list'
- ],
- 'account_add' => [
- 'admin/auth/create-admin'
- ],
- 'account_edit' => [
- 'admin/auth/edit-admin'
- ],
- 'account_delete' => [
- 'admin/auth/delete-admin'
- ],
- // 角色管理
- 'roleManage' => [
- 'admin/auth/get-role-list'
- ],
- 'role_edit' => [
- 'admin/auth/edit-role'
- ],
- 'role_add' => [
- 'admin/auth/create-role'
- ],
- 'role_delete' => [
- 'admin/auth/delete-role'
- ],
- // 操作日志
- 'actionLog' => [
- 'admin/auth/get-action-log',
- 'admin/auth/delete-action-log'
- ],
- // 小程序发布
- 'uploadWechat' => [
- 'admin/setting/wechat-upload/login'
- ],
- // 小程序发布
- 'uploadAlipay' => [
- 'admin/setting/alipay-upload/login'
- ],
- ];
|