menu_shop.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <?php
  2. /**
  3. * Niushop商城系统 - 团队十年电商经验汇集巨献!
  4. * =========================================================
  5. * Copy right 2019-2029 杭州牛之云科技有限公司, 保留所有权利。
  6. * ----------------------------------------------
  7. * 官方网址: https://www.niushop.com
  8. * =========================================================
  9. */
  10. return [
  11. [
  12. 'name' => 'ADDON_STORE_BASE',
  13. 'title' => '门店',
  14. 'url' => 'store://shop/store/index',
  15. 'parent' => '',
  16. 'is_show' => 1,
  17. 'is_control' => 1,
  18. 'is_icon' => 0,
  19. 'sort' => 3,
  20. 'picture' => 'iconmendianzhuye',
  21. 'picture_selected' => '',
  22. 'child_list' => [
  23. [
  24. 'name' => 'ADDON_STORE_INDEX',
  25. 'title' => '门店概况',
  26. 'url' => 'store://shop/store/index',
  27. 'is_show' => 1,
  28. 'is_control' => 1,
  29. 'is_icon' => 0,
  30. 'sort' => 1,
  31. ],
  32. [
  33. 'name' => 'ADDON_STORE_MANAGE',
  34. 'title' => '门店管理',
  35. 'url' => 'store://shop/store/lists',
  36. 'is_show' => 1,
  37. 'is_control' => 1,
  38. 'is_icon' => 0,
  39. 'sort' => 2,
  40. 'child_list' => [
  41. [
  42. 'name' => 'ADDON_STORE_MANAGE_LIST',
  43. 'title' => '门店列表',
  44. 'url' => 'store://shop/store/lists',
  45. 'is_show' => 1,
  46. 'parent' => 'CONFIG_BASE',
  47. 'is_control' => 1,
  48. 'is_icon' => 0,
  49. 'sort' => 1,
  50. 'picture' => 'app/shop/view/public/img/icon_new/store_new.png',
  51. 'picture_selected' => 'app/shop/view/public/img/icon_new/store_select.png',
  52. 'child_list' => [
  53. [
  54. 'name' => 'STORE_ADD',
  55. 'title' => '添加门店',
  56. 'url' => 'store://shop/store/addstore',
  57. 'is_show' => 0,
  58. 'is_control' => 1,
  59. 'is_icon' => 0,
  60. 'picture' => '',
  61. 'picture_selected' => '',
  62. 'sort' => 1,
  63. ],
  64. [
  65. 'name' => 'STORE_EDIT',
  66. 'title' => '基础设置',
  67. 'url' => 'store://shop/store/editstore',
  68. 'is_show' => 1,
  69. 'is_control' => 1,
  70. 'is_icon' => 0,
  71. 'picture' => '',
  72. 'picture_selected' => '',
  73. 'sort' => 1,
  74. ],
  75. [
  76. 'name' => 'STORE_DELETE',
  77. 'title' => '删除门店',
  78. 'url' => 'store://shop/store/deletestore',
  79. 'is_show' => 0,
  80. 'is_control' => 1,
  81. 'is_icon' => 0,
  82. 'picture' => '',
  83. 'picture_selected' => '',
  84. 'sort' => 1,
  85. ],
  86. [
  87. 'name' => 'STORE_FROZEN',
  88. 'title' => '关闭门店',
  89. 'url' => 'store://shop/store/frozenStore',
  90. 'is_show' => 0,
  91. 'is_control' => 1,
  92. 'is_icon' => 0,
  93. 'picture' => '',
  94. 'picture_selected' => '',
  95. 'sort' => 1,
  96. ],
  97. [
  98. 'name' => 'STORE_MODIFY_PASSWORD',
  99. 'title' => '重置密码',
  100. 'url' => 'store://shop/store/modifyPassword',
  101. 'is_show' => 0,
  102. 'is_control' => 1,
  103. 'is_icon' => 0,
  104. 'picture' => '',
  105. 'picture_selected' => '',
  106. 'sort' => 1,
  107. ],
  108. [
  109. 'name' => 'STORE_OPERATE',
  110. 'title' => '运营设置',
  111. 'url' => 'store://shop/store/operate',
  112. 'is_show' => 1,
  113. 'is_control' => 1,
  114. 'is_icon' => 0,
  115. 'picture' => '',
  116. 'picture_selected' => '',
  117. 'sort' => 2,
  118. ],
  119. [
  120. 'name' => 'STORE_DELIVERY',
  121. 'title' => '同城配送',
  122. 'url' => 'store://shop/store/local',
  123. 'is_show' => 1,
  124. 'is_control' => 1,
  125. 'is_icon' => 0,
  126. 'picture' => '',
  127. 'picture_selected' => '',
  128. 'sort' => 4
  129. ],
  130. [
  131. 'name' => 'STORE_SETTLEMENT',
  132. 'title' => '结算设置',
  133. 'url' => 'store://shop/store/settlement',
  134. 'is_show' => 1,
  135. 'is_control' => 1,
  136. 'is_icon' => 0,
  137. 'picture' => '',
  138. 'picture_selected' => '',
  139. 'sort' => 3,
  140. ],
  141. [
  142. 'name' => 'STORE_DELIVER',
  143. 'title' => '配送员',
  144. 'url' => 'store://shop/store/deliverlists',
  145. 'is_show' => 1,
  146. 'is_control' => 1,
  147. 'is_icon' => 0,
  148. 'picture' => '',
  149. 'picture_selected' => '',
  150. 'sort' => 5,
  151. ],
  152. [
  153. 'name' => 'STORE_DELIVER_ADD',
  154. 'title' => '配送员添加',
  155. 'url' => 'store://shop/store/addDeliver',
  156. 'is_show' => 0,
  157. 'is_control' => 1,
  158. 'is_icon' => 0,
  159. 'picture' => '',
  160. 'picture_selected' => '',
  161. 'sort' => 2,
  162. ],
  163. [
  164. 'name' => 'STORE_DELIVER_EDIT',
  165. 'title' => '配送员编辑',
  166. 'url' => 'store://shop/store/editDeliver',
  167. 'is_show' => 0,
  168. 'is_control' => 1,
  169. 'is_icon' => 0,
  170. 'picture' => '',
  171. 'picture_selected' => '',
  172. 'sort' => 2,
  173. ],
  174. ]
  175. ],
  176. [
  177. 'name' => 'ADDON_STORE_CATEGORY',
  178. 'title' => '门店分类',
  179. 'url' => 'store://shop/store/category',
  180. 'is_show' => 1,
  181. 'is_control' => 1,
  182. 'is_icon' => 0,
  183. 'sort' => 2,
  184. ],
  185. [
  186. 'name' => 'ADDON_STORE_TAG',
  187. 'title' => '门店标签',
  188. 'url' => 'store://shop/store/tag',
  189. 'is_show' => 1,
  190. 'is_control' => 1,
  191. 'is_icon' => 0,
  192. 'sort' => 3,
  193. ]
  194. ]
  195. ],
  196. [
  197. 'name' => 'ADDON_STORE_SHOP_STORE_CONFIG',
  198. 'title' => '门店设置',
  199. 'url' => 'store://shop/config/index',
  200. 'is_show' => 1,
  201. 'is_control' => 1,
  202. 'is_icon' => 0,
  203. 'sort' => 3,
  204. ],
  205. [
  206. 'name' => 'ADDON_STORE_SHOP_STORE_SETTLEMENT',
  207. 'title' => '门店结算',
  208. 'url' => 'store://shop/withdraw/lists',
  209. 'is_show' => 1,
  210. 'is_control' => 1,
  211. 'is_icon' => 0,
  212. 'sort' => 4,
  213. 'picture' => 'addon/store/shop/view/public/img/shop_icon/settlement_new.png',
  214. 'picture_selected' => 'addon/store/shop/view/public/img/shop_icon/settlement_select.png',
  215. 'child_list' => [
  216. [
  217. 'name' => 'ADDON_STORE_SHOP_STORE_SETTLEMENT_INFO',
  218. 'title' => '结算详情',
  219. 'url' => 'store://shop/withdraw/detail',
  220. 'is_show' => 0,
  221. 'is_control' => 1,
  222. 'sort' => 1,
  223. ],
  224. ]
  225. ],
  226. ]
  227. ],
  228. [
  229. 'name' => 'SERVICE_YUYUE',
  230. 'title' => '预约',
  231. 'url' => 'store://shop/reserve/index',
  232. 'parent' => 'ORDER_ROOT',
  233. 'is_show' => 1,
  234. 'is_control' => 0,
  235. 'is_icon' => 0,
  236. 'picture' => 'iconyuyueguanli',
  237. 'picture_select' => '',
  238. 'sort' => 3,
  239. 'child_list' => [
  240. [
  241. 'name' => 'YUYUE_MAMAGE',
  242. 'title' => '预约管理',
  243. 'url' => 'store://shop/reserve/index',
  244. 'is_show' => 1,
  245. 'is_control' => 1,
  246. 'is_icon' => 0,
  247. 'picture' => 'iconyuyueguanli',
  248. 'picture_select' => '',
  249. 'sort' => 1,
  250. 'child_list' => [
  251. [
  252. 'name' => 'YUYUE_INDEX',
  253. 'title' => '预约看板',
  254. 'url' => 'store://shop/reserve/index',
  255. 'is_show' => 1,
  256. 'sort' => 1,
  257. ],
  258. [
  259. 'name' => 'YUYUE_LISTS',
  260. 'title' => '预约管理',
  261. 'url' => 'store://shop/reserve/lists',
  262. 'is_show' => 1,
  263. 'sort' => 2,
  264. 'child_list' => [
  265. [
  266. 'name' => 'YUYUE_DETAIL',
  267. 'title' => '预约详情',
  268. 'url' => 'store://shop/reserve/detail',
  269. 'is_show' => 0
  270. ],
  271. [
  272. 'name' => 'YUYUE_CONFIRM',
  273. 'title' => '确认预约',
  274. 'url' => 'store://shop/reserve/confirm',
  275. 'is_show' => 0
  276. ],
  277. [
  278. 'name' => 'YUYUE_CANCEL',
  279. 'title' => '取消预约',
  280. 'url' => 'store://shop/reserve/cancel',
  281. 'is_show' => 0
  282. ],
  283. [
  284. 'name' => 'YUYUE_TO_STORE',
  285. 'title' => '确认到店',
  286. 'url' => 'store://shop/reserve/confirmtostore',
  287. 'is_show' => 0
  288. ]
  289. ]
  290. ]
  291. ]
  292. ],
  293. ]
  294. ],
  295. [
  296. 'name' => 'STORE_STAT',
  297. 'title' => '门店数据',
  298. 'parent' => 'STAT_SHOP',
  299. 'url' => 'store://shop/stat/store',
  300. 'picture' => '',
  301. 'picture_selected' => '',
  302. 'is_show' => 1,
  303. ],
  304. [
  305. 'name' => 'STORE_DIY',
  306. 'title' => '门店装修',
  307. 'parent' => 'SHOP_DIY',
  308. 'url' => 'store://shop/store/diy',
  309. 'is_show' => 1,
  310. 'is_control' => 1,
  311. 'is_icon' => 0,
  312. 'sort' => 20,
  313. 'picture' => '',
  314. 'picture_selected' => '',
  315. 'child_list' => []
  316. ],
  317. ];