pages.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/billing/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "开1111222单"
  8. }
  9. },
  10. {
  11. "path": "pages/reserve/index",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "navigationBarTitleText": "预约"
  15. }
  16. },
  17. {
  18. "path": "pages/buycard/index",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": "售卡"
  22. }
  23. },
  24. {
  25. "path": "pages/recharge/index",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "充值"
  29. }
  30. },
  31. {
  32. "path": "pages/verify/index",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": "核销"
  36. }
  37. },
  38. {
  39. "path": "pages/verify/list",
  40. "style": {
  41. "navigationStyle": "custom",
  42. "navigationBarTitleText": "核销记录"
  43. }
  44. },
  45. {
  46. "path": "pages/index/loading",
  47. "style": {
  48. "navigationStyle": "custom",
  49. "navigationBarTitleText": "加载页",
  50. "leftWindow": false,
  51. "topWindow": false
  52. }
  53. },
  54. {
  55. "path": "pages/index/no_permission",
  56. "style": {
  57. "navigationStyle": "custom",
  58. "navigationBarTitleText": "对不起,您没有权限"
  59. }
  60. },
  61. {
  62. "path": "pages/index/change_shifts",
  63. "style": {
  64. "navigationStyle": "custom",
  65. "navigationBarTitleText": "交班",
  66. "leftWindow": false,
  67. "topWindow": false
  68. }
  69. },
  70. {
  71. "path": "pages/index/change_shiftsrecord",
  72. "style": {
  73. "navigationStyle": "custom",
  74. "navigationBarTitleText": "交班记录"
  75. }
  76. },
  77. {
  78. "path": "pages/login/login",
  79. "style": {
  80. "navigationStyle": "custom",
  81. "navigationBarTitleText": "登录",
  82. "leftWindow": false,
  83. "topWindow": false
  84. }
  85. },
  86. {
  87. "path": "pages/member/list",
  88. "style": {
  89. "navigationStyle": "custom",
  90. "navigationBarTitleText": "会员"
  91. }
  92. },
  93. {
  94. "path": "pages/order/orderrefund",
  95. "style": {
  96. "navigationStyle": "custom",
  97. "navigationBarTitleText": "退款维权"
  98. }
  99. },
  100. {
  101. "path": "pages/order/rechargeorder",
  102. "style": {
  103. "navigationStyle": "custom",
  104. "navigationBarTitleText": "充值订单"
  105. }
  106. },
  107. {
  108. "path": "pages/stat/index",
  109. "style": {
  110. "navigationStyle": "custom",
  111. "navigationBarTitleText": "营业数据"
  112. }
  113. },
  114. {
  115. "path": "pages/order/orderlist",
  116. "style": {
  117. "navigationStyle": "custom",
  118. "navigationBarTitleText": "订单列表"
  119. }
  120. },
  121. {
  122. "path": "pages/goods/goodslist",
  123. "style": {
  124. "navigationStyle": "custom",
  125. "navigationBarTitleText": "商品管理"
  126. }
  127. },
  128. {
  129. "path": "pages/refund/list",
  130. "style": {
  131. "navigationStyle": "custom",
  132. "navigationBarTitleText": "退款记录"
  133. }
  134. },
  135. {
  136. "path": "pages/user/list",
  137. "style": {
  138. "navigationStyle": "custom",
  139. "navigationBarTitleText": "员工管理"
  140. }
  141. },
  142. {
  143. "path": "pages/stock/wastage",
  144. "style": {
  145. "navigationStyle": "custom",
  146. "navigationBarTitleText": "出库单"
  147. }
  148. },
  149. {
  150. "path": "pages/stock/stockout",
  151. "style": {
  152. "navigationStyle": "custom",
  153. "navigationBarTitleText": "添加出库单"
  154. }
  155. },
  156. {
  157. "path": "pages/stock/storage",
  158. "style": {
  159. "navigationStyle": "custom",
  160. "navigationBarTitleText": "入库单"
  161. }
  162. },
  163. {
  164. "path": "pages/stock/stockin",
  165. "style": {
  166. "navigationStyle": "custom",
  167. "navigationBarTitleText": "添加入库单"
  168. }
  169. },
  170. {
  171. "path": "pages/stock/allocate",
  172. "style": {
  173. "navigationStyle": "custom",
  174. "navigationBarTitleText": "调拨单"
  175. }
  176. }, {
  177. "path": "pages/stock/add_allocate",
  178. "style": {
  179. "navigationStyle": "custom",
  180. "navigationBarTitleText": "添加调拨单"
  181. }
  182. },
  183. {
  184. "path": "pages/stock/check",
  185. "style": {
  186. "navigationStyle": "custom",
  187. "navigationBarTitleText": "库存盘点"
  188. }
  189. },
  190. {
  191. "path": "pages/stock/add_check",
  192. "style": {
  193. "navigationStyle": "custom",
  194. "navigationBarTitleText": "添加库存盘点单"
  195. }
  196. },
  197. {
  198. "path": "pages/stock/manage",
  199. "style": {
  200. "navigationStyle": "custom",
  201. "navigationBarTitleText": "库存管理"
  202. }
  203. },
  204. {
  205. "path": "pages/stock/records",
  206. "style": {
  207. "navigationStyle": "custom",
  208. "navigationBarTitleText": "库存流水"
  209. }
  210. },
  211. //******************设置模块(5)******************
  212. {
  213. "path": "pages/reserve/config",
  214. "style": {
  215. "navigationStyle": "custom",
  216. "navigationBarTitleText": "预约设置"
  217. }
  218. },
  219. {
  220. "path": "pages/store/config",
  221. "style": {
  222. "navigationStyle": "custom",
  223. "navigationBarTitleText": "门店设置"
  224. }
  225. },
  226. {
  227. "path": "pages/store/index",
  228. "style": {
  229. "navigationStyle": "custom",
  230. "navigationBarTitleText": "门店信息"
  231. }
  232. },
  233. {
  234. "path": "pages/store/operate",
  235. "style": {
  236. "navigationStyle": "custom",
  237. "navigationBarTitleText": "运营设置"
  238. }
  239. },
  240. {
  241. "path": "pages/store/close",
  242. "style": {
  243. "navigationStyle": "custom",
  244. "navigationBarTitleText": "门店停业"
  245. }
  246. },
  247. {
  248. "path": "pages/store/settlement",
  249. "style": {
  250. "navigationStyle": "custom",
  251. "navigationBarTitleText": "门店结算"
  252. }
  253. },
  254. {
  255. "path": "pages/store/settlement_record",
  256. "style": {
  257. "navigationStyle": "custom",
  258. "navigationBarTitleText": "结算记录"
  259. }
  260. },
  261. {
  262. "path": "pages/printer/list",
  263. "style": {
  264. "navigationStyle": "custom",
  265. "navigationBarTitleText": "小票打印"
  266. }
  267. },
  268. {
  269. "path": "pages/printer/add",
  270. "style": {
  271. "navigationStyle": "custom",
  272. "navigationBarTitleText": "打印机添加"
  273. }
  274. },
  275. {
  276. "path": "pages/store/deliver",
  277. "style": {
  278. "navigationStyle": "custom",
  279. "navigationBarTitleText": "配送员"
  280. }
  281. },
  282. {
  283. "path": "pages/collectmoney/config",
  284. "style": {
  285. "navigationStyle": "custom",
  286. "navigationBarTitleText": "收款设置"
  287. }
  288. }
  289. ],
  290. "globalStyle": {
  291. "navigationBarTextStyle": "black",
  292. "navigationBarTitleText": "uni-app",
  293. "navigationBarBackgroundColor": "#EFF0F4",
  294. "backgroundColor": "#EFF0F4",
  295. "background": "#22243a",
  296. "pageOrientation": "landscape",
  297. "animationType": "none",
  298. "style": {
  299. "app-plus": {
  300. "background": "#EFF0F4",
  301. "bounceBackground": "#EFF0F4"
  302. }
  303. }
  304. },
  305. "tabBar": {
  306. "custom": true,
  307. "color": "#303133",
  308. "selectedColor": "#fa5d14",
  309. "backgroundColor": "#fff",
  310. "borderStyle": "white",
  311. "list": [{
  312. "pagePath": "pages/billing/index",
  313. "text": "开单"
  314. },
  315. {
  316. "pagePath": "pages/reserve/index",
  317. "text": "预约"
  318. },
  319. {
  320. "pagePath": "pages/buycard/index",
  321. "text": "售卡"
  322. },
  323. {
  324. "pagePath": "pages/verify/index",
  325. "text": "核销"
  326. },
  327. {
  328. "pagePath": "pages/recharge/index",
  329. "text": "充值"
  330. }
  331. ]
  332. },
  333. "easycom": {
  334. "layout-(.*)": "@/layout/components/layout-$1.vue",
  335. "uni-(.*)": "@/components/uni-$1/uni-$1.vue",
  336. "nc-(.*)": "@/components/nc-$1/nc-$1.vue"
  337. },
  338. "leftWindow": {
  339. "path": "layout/components/layout-aside.vue"
  340. }
  341. }