| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 |
- <?php
- /**
- * Niushop商城系统 - 团队十年电商经验汇集巨献!
- * =========================================================
- * Copy right 2019-2029 杭州牛之云科技有限公司, 保留所有权利。
- * ----------------------------------------------
- * 官方网址: https://www.niushop.com
- * =========================================================
- */
- return [
- [
- 'name' => 'ADDON_STORE_BASE',
- 'title' => '门店',
- 'url' => 'store://shop/store/index',
- 'parent' => '',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 3,
- 'picture' => 'iconmendianzhuye',
- 'picture_selected' => '',
- 'child_list' => [
- [
- 'name' => 'ADDON_STORE_INDEX',
- 'title' => '门店概况',
- 'url' => 'store://shop/store/index',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 1,
- ],
- [
- 'name' => 'ADDON_STORE_MANAGE',
- 'title' => '门店管理',
- 'url' => 'store://shop/store/lists',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 2,
- 'child_list' => [
- [
- 'name' => 'ADDON_STORE_MANAGE_LIST',
- 'title' => '门店列表',
- 'url' => 'store://shop/store/lists',
- 'is_show' => 1,
- 'parent' => 'CONFIG_BASE',
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 1,
- 'picture' => 'app/shop/view/public/img/icon_new/store_new.png',
- 'picture_selected' => 'app/shop/view/public/img/icon_new/store_select.png',
- 'child_list' => [
- [
- 'name' => 'STORE_ADD',
- 'title' => '添加门店',
- 'url' => 'store://shop/store/addstore',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 1,
- ],
- [
- 'name' => 'STORE_EDIT',
- 'title' => '基础设置',
- 'url' => 'store://shop/store/editstore',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 1,
- ],
- [
- 'name' => 'STORE_DELETE',
- 'title' => '删除门店',
- 'url' => 'store://shop/store/deletestore',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 1,
- ],
- [
- 'name' => 'STORE_FROZEN',
- 'title' => '关闭门店',
- 'url' => 'store://shop/store/frozenStore',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 1,
- ],
- [
- 'name' => 'STORE_MODIFY_PASSWORD',
- 'title' => '重置密码',
- 'url' => 'store://shop/store/modifyPassword',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 1,
- ],
- [
- 'name' => 'STORE_OPERATE',
- 'title' => '运营设置',
- 'url' => 'store://shop/store/operate',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 2,
- ],
- [
- 'name' => 'STORE_DELIVERY',
- 'title' => '同城配送',
- 'url' => 'store://shop/store/local',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 4
- ],
- [
- 'name' => 'STORE_SETTLEMENT',
- 'title' => '结算设置',
- 'url' => 'store://shop/store/settlement',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 3,
- ],
- [
- 'name' => 'STORE_DELIVER',
- 'title' => '配送员',
- 'url' => 'store://shop/store/deliverlists',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 5,
- ],
- [
- 'name' => 'STORE_DELIVER_ADD',
- 'title' => '配送员添加',
- 'url' => 'store://shop/store/addDeliver',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 2,
- ],
- [
- 'name' => 'STORE_DELIVER_EDIT',
- 'title' => '配送员编辑',
- 'url' => 'store://shop/store/editDeliver',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => '',
- 'picture_selected' => '',
- 'sort' => 2,
- ],
- ]
- ],
- [
- 'name' => 'ADDON_STORE_CATEGORY',
- 'title' => '门店分类',
- 'url' => 'store://shop/store/category',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 2,
- ],
- [
- 'name' => 'ADDON_STORE_TAG',
- 'title' => '门店标签',
- 'url' => 'store://shop/store/tag',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 3,
- ]
- ]
- ],
- [
- 'name' => 'ADDON_STORE_SHOP_STORE_CONFIG',
- 'title' => '门店设置',
- 'url' => 'store://shop/config/index',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 3,
- ],
- [
- 'name' => 'ADDON_STORE_SHOP_STORE_SETTLEMENT',
- 'title' => '门店结算',
- 'url' => 'store://shop/withdraw/lists',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 4,
- 'picture' => 'addon/store/shop/view/public/img/shop_icon/settlement_new.png',
- 'picture_selected' => 'addon/store/shop/view/public/img/shop_icon/settlement_select.png',
- 'child_list' => [
- [
- 'name' => 'ADDON_STORE_SHOP_STORE_SETTLEMENT_INFO',
- 'title' => '结算详情',
- 'url' => 'store://shop/withdraw/detail',
- 'is_show' => 0,
- 'is_control' => 1,
- 'sort' => 1,
- ],
- ]
- ],
- ]
- ],
- [
- 'name' => 'SERVICE_YUYUE',
- 'title' => '预约',
- 'url' => 'store://shop/reserve/index',
- 'parent' => 'ORDER_ROOT',
- 'is_show' => 1,
- 'is_control' => 0,
- 'is_icon' => 0,
- 'picture' => 'iconyuyueguanli',
- 'picture_select' => '',
- 'sort' => 3,
- 'child_list' => [
- [
- 'name' => 'YUYUE_MAMAGE',
- 'title' => '预约管理',
- 'url' => 'store://shop/reserve/index',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'picture' => 'iconyuyueguanli',
- 'picture_select' => '',
- 'sort' => 1,
- 'child_list' => [
- [
- 'name' => 'YUYUE_INDEX',
- 'title' => '预约看板',
- 'url' => 'store://shop/reserve/index',
- 'is_show' => 1,
- 'sort' => 1,
- ],
- [
- 'name' => 'YUYUE_LISTS',
- 'title' => '预约管理',
- 'url' => 'store://shop/reserve/lists',
- 'is_show' => 1,
- 'sort' => 2,
- 'child_list' => [
- [
- 'name' => 'YUYUE_DETAIL',
- 'title' => '预约详情',
- 'url' => 'store://shop/reserve/detail',
- 'is_show' => 0
- ],
- [
- 'name' => 'YUYUE_CONFIRM',
- 'title' => '确认预约',
- 'url' => 'store://shop/reserve/confirm',
- 'is_show' => 0
- ],
- [
- 'name' => 'YUYUE_CANCEL',
- 'title' => '取消预约',
- 'url' => 'store://shop/reserve/cancel',
- 'is_show' => 0
- ],
- [
- 'name' => 'YUYUE_TO_STORE',
- 'title' => '确认到店',
- 'url' => 'store://shop/reserve/confirmtostore',
- 'is_show' => 0
- ]
- ]
- ]
- ]
- ],
- ]
- ],
- [
- 'name' => 'STORE_STAT',
- 'title' => '门店数据',
- 'parent' => 'STAT_SHOP',
- 'url' => 'store://shop/stat/store',
- 'picture' => '',
- 'picture_selected' => '',
- 'is_show' => 1,
- ],
- [
- 'name' => 'STORE_DIY',
- 'title' => '门店装修',
- 'parent' => 'SHOP_DIY',
- 'url' => 'store://shop/store/diy',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 20,
- 'picture' => '',
- 'picture_selected' => '',
- 'child_list' => []
- ],
- ];
|