pages.json 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. {
  2. "pages" : [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path" : "pages/my/index",
  6. "style" : {
  7. // "navigationBarTitleText": "服务中心"
  8. "navigationStyle" : "custom"
  9. }
  10. },
  11. {
  12. "path" : "pages/index/index",
  13. "style" : {
  14. "navigationBarTitleText" : "启动"
  15. }
  16. },
  17. // "navigationBarBackgroundColor": "#FFFF"
  18. {
  19. "path" : "pages/index/bottombat",
  20. "style" : {
  21. "navigationBarTitleText" : ""
  22. }
  23. },
  24. // "navigationBarBackgroundColor": "#FFFF"
  25. {
  26. "path" : "pages/cashier/index",
  27. "style" : {
  28. // "navigationBarTitleText": "收银台",
  29. "navigationStyle" : "custom",
  30. "enablePullDownRefresh" : true
  31. }
  32. },
  33. {
  34. "path" : "pages/storemanagement/index",
  35. "style" : {
  36. "navigationBarTitleText": ""
  37. }
  38. },
  39. {
  40. "path" : "pages/ordermanagement/index",
  41. "style" : {
  42. // "navigationBarTitleText": "订单管理"
  43. "navigationStyle" : "custom"
  44. }
  45. }
  46. ],
  47. "subPackages" : [
  48. //用户登陆--分包
  49. {
  50. "root" : "pages/user",
  51. "pages" : [
  52. {
  53. "path" : "login/index",
  54. "style" : {
  55. "navigationBarTitleText" : "登录"
  56. }
  57. }
  58. ]
  59. },
  60. // "navigationBarBackgroundColor": "#FFFF"
  61. //开通商户--分包
  62. {
  63. "root" : "openmerchant",
  64. "pages" : [
  65. {
  66. "path" : "guide/index", //指引开通
  67. "style" : {
  68. "navigationStyle" : "custom"
  69. }
  70. },
  71. {
  72. "path" : "amountopening/index", //电商支付
  73. "style" : {
  74. "navigationStyle" : "custom"
  75. }
  76. },
  77. {
  78. "path" : "shopentry/process", //店铺入驻流程
  79. "style" : {
  80. "navigationStyle" : "custom"
  81. }
  82. },
  83. {
  84. "path" : "shopentry/processstore", //店铺入驻流程-门店信息
  85. "style" : {
  86. "navigationStyle" : "custom"
  87. }
  88. },
  89. {
  90. "path" : "shopentry/processidentity", //店铺入驻流程-身份信息
  91. "style" : {
  92. "navigationStyle" : "custom"
  93. }
  94. },
  95. {
  96. "path" : "shopentry/processaudit", //店铺入驻流程-审核
  97. "style" : {
  98. "navigationStyle" : "custom"
  99. }
  100. }
  101. ]
  102. },
  103. //收银台--流程
  104. {
  105. "root" : "shop",
  106. "pages" : [
  107. {
  108. "path" : "perating/activitecode", //聚合码
  109. "style" : {
  110. "navigationStyle" : "custom"
  111. }
  112. },
  113. {
  114. "path" : "perating/statement", //经营报表
  115. "style" : {
  116. "navigationStyle" : "custom"
  117. }
  118. },
  119. {
  120. "path" : "perating/consumption", //开通消费分
  121. "style" : {
  122. "navigationStyle" : "custom"
  123. }
  124. },
  125. {
  126. "path" : "perating/consumptionbreakdown", //开通消费分
  127. "style" : {
  128. "navigationStyle" : "custom",
  129. "enablePullDownRefresh" : true
  130. }
  131. },
  132. {
  133. "path" : "department/management", //部门管理
  134. "style" : {
  135. "navigationStyle" : "custom"
  136. }
  137. },
  138. {
  139. "path" : "department/managementadd", //添加部门
  140. "style" : {
  141. "navigationStyle" : "custom"
  142. }
  143. },
  144. {
  145. "path" : "employee/list", //员工管理
  146. "style" : {
  147. "navigationStyle" : "custom"
  148. }
  149. },
  150. {
  151. "path" : "employee/listadd", //添加员工
  152. "style" : {
  153. "navigationStyle" : "custom"
  154. }
  155. },
  156. {
  157. "path" : "services/setting", //分润设置
  158. "style" : {
  159. "navigationStyle" : "custom"
  160. }
  161. },
  162. {
  163. "path" : "services/lockuser", //锁定用户
  164. "style" : {
  165. "navigationStyle" : "custom",
  166. "enablePullDownRefresh" : true
  167. }
  168. },
  169. {
  170. "path" : "services/mystereo", //得我音响
  171. "style" : {
  172. "navigationStyle" : "custom"
  173. }
  174. },
  175. {
  176. "path" : "commodity/order", //我的订单
  177. "style" : {
  178. "navigationStyle" : "custom",
  179. "enablePullDownRefresh" : true
  180. }
  181. },
  182. {
  183. "path" : "commodity/details", //订单详情
  184. "style" : {
  185. "navigationStyle" : "custom"
  186. }
  187. }
  188. ]
  189. },
  190. //会话
  191. {
  192. "root" : "chat",
  193. "pages" : [
  194. {
  195. "path": "contacts/contacts",
  196. "style": {
  197. "navigationStyle": "custom",
  198. "navigationBarTextStyle": "white",
  199. "app-plus": {
  200. "bounce": "none"
  201. }
  202. }
  203. }
  204. ]
  205. }
  206. // {
  207. // "root" : "emChat",
  208. // "pages" : [
  209. // {
  210. // "path": "emChatContainer/index",
  211. // "style": {
  212. // "navigationStyle": "custom",
  213. // "navigationBarTextStyle": "white",
  214. // "app-plus": {
  215. // "bounce": "none"
  216. // }
  217. // }
  218. // }
  219. // ]
  220. // },
  221. // {
  222. // "root" : "chatIndex",
  223. // "pages" : [
  224. // {
  225. // "path" : "storemanagement/index",
  226. // "style" : {
  227. // "navigationStyle": "custom"
  228. // }
  229. // }
  230. // ]
  231. // }
  232. ],
  233. "globalStyle" : {
  234. "navigationBarTextStyle" : "black",
  235. "navigationBarTitleText" : "uni-app",
  236. "navigationBarBackgroundColor" : "#F8F8F8",
  237. "backgroundColor" : "#F8F8F8"
  238. },
  239. "navigateToMiniProgramAppIdList" : [ "wxfb755febdb800f23" ],
  240. "tabBar" : {
  241. "borderStyle" : "black",
  242. "backgroundColor" : "#FFFFFF",
  243. "color" : "#4D4D4D",
  244. "selectedColor" : "#1F7CFF",
  245. "list" : [
  246. {
  247. "pagePath" : "pages/cashier/index",
  248. "iconPath" : "static/tab/tai1.png",
  249. "selectedIconPath" : "static/tab/tai.png",
  250. "text" : "收银台"
  251. },
  252. {
  253. "pagePath" : "pages/storemanagement/index",
  254. "iconPath" : "static/tab/dian.png",
  255. "selectedIconPath" : "static/tab/dian1.png",
  256. "text" : "消息"
  257. },
  258. {
  259. "pagePath" : "pages/ordermanagement/index",
  260. "iconPath" : "static/tab/daing.png",
  261. "selectedIconPath" : "static/tab/ding1.png",
  262. "text" : "订单管理"
  263. },
  264. {
  265. "pagePath" : "pages/my/index",
  266. "iconPath" : "static/tab/wo.png",
  267. "selectedIconPath" : "static/tab/wo1.png",
  268. "text" : "服务中心"
  269. }
  270. ]
  271. }
  272. }