pages.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/login/index",
  12. "style": {
  13. "navigationBarTitleText": "登陆",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/tabbar/index/index",
  19. "style": {
  20. "navigationBarTitleText": "首页",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/tabbar/order/index",
  26. "style": {
  27. "navigationBarTitleText": "订单",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. // "path": "pages/tabbar/user/index",
  33. "path": "pages/tabbar/newUser/index",
  34. "style": {
  35. "navigationBarTitleText": "个人中心",
  36. "navigationStyle": "custom"
  37. }
  38. }
  39. ],
  40. "subpackages":[
  41. {
  42. "root": "pages_module",
  43. "name":"pages_module",
  44. "pages":[
  45. {
  46. "path": "scanCode/index",
  47. "style": {
  48. "navigationBarTitleText": "扫码验劵",
  49. "enablePullDownRefresh": true,
  50. "navigationStyle":"custom"
  51. }
  52. },
  53. {
  54. "path": "scanCoupons/index",
  55. "style": {
  56. "navigationBarTitleText": "输码验劵",
  57. "enablePullDownRefresh": true,
  58. "navigationStyle":"custom"
  59. }
  60. },
  61. {
  62. "path": "orderVerifica/index",
  63. "style": {
  64. "navigationBarTitleText": "订单核销",
  65. "enablePullDownRefresh": true,
  66. "navigationStyle":"custom"
  67. }
  68. },
  69. {
  70. "path": "receiving/index",
  71. "style": {
  72. "navigationBarTitleText": "收款账户",
  73. "enablePullDownRefresh": false
  74. }
  75. },
  76. {
  77. "path": "bindingCard/index",
  78. "style": {
  79. "navigationBarTitleText": "绑定银行卡",
  80. "enablePullDownRefresh": false,
  81. "navigationStyle":"custom"
  82. }
  83. },
  84. {
  85. "path": "operateData/index",
  86. "style": {
  87. "navigationBarTitleText": "经营数据",
  88. "enablePullDownRefresh": false
  89. }
  90. },
  91. {
  92. "path": "financial/index",
  93. "style": {
  94. "navigationBarTitleText": "财务对账",
  95. "enablePullDownRefresh": false
  96. }
  97. },
  98. {
  99. "path": "withdrawal/index",
  100. "style": {
  101. "navigationBarTitleText": "提现申请",
  102. "enablePullDownRefresh": false
  103. }
  104. },
  105. {
  106. "path": "walSuccess/index",
  107. "style": {
  108. "navigationBarTitleText": "申请成功",
  109. "enablePullDownRefresh": false
  110. }
  111. }
  112. ]
  113. },
  114. {
  115. "root": "user_module",
  116. "name":"user_module",
  117. "pages":[
  118. {
  119. "path": "businessInfo/index",
  120. "style": {
  121. "navigationBarTitleText": "商家信息"
  122. }
  123. },
  124. {
  125. "path": "changeLogo/index",
  126. "style": {
  127. "navigationBarTitleText": "店铺LOGO",
  128. "navigationBarBackgroundColor":"#000",
  129. "navigationBarTextStyle":"white"
  130. }
  131. },
  132. {
  133. "path": "changeInfo/index",
  134. "style": {
  135. "navigationBarTitleText": "信息修改"
  136. }
  137. },
  138. {
  139. "path": "merchantCode/index",
  140. "style": {
  141. "navigationBarTitleText": "商家码",
  142. "navigationBarBackgroundColor":"#F7F7F7",
  143. "navigationBarTextStyle":"black"
  144. }
  145. },
  146. {
  147. "path": "codeDetail/index",
  148. "style": {
  149. "navigationBarTitleText": "商家码详情",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "changePassword/index",
  155. "style": {
  156. "navigationBarTitleText": "修改密码"
  157. }
  158. },
  159. {
  160. "path": "changeSuccess/index",
  161. "style": {
  162. "navigationBarTitleText": "修改成功"
  163. }
  164. },
  165. // {
  166. // "path": "myAccount/index",
  167. // "style": {
  168. // "navigationBarTitleText": "我的账户",
  169. // "navigationStyle":"custom"
  170. // }
  171. // },
  172. {
  173. "path": "balance/index",
  174. "style": {
  175. "navigationBarTitleText": "余额"
  176. }
  177. },
  178. {
  179. "path": "consumptionPrice/index",
  180. "style": {
  181. "navigationBarTitleText": "消费金"
  182. }
  183. },
  184. {
  185. "path": "voucherPrice/index",
  186. "style": {
  187. "navigationBarTitleText": "代金券"
  188. }
  189. },
  190. {
  191. "path": "platformBalance/index",
  192. "style": {
  193. "navigationBarTitleText": "平台余额"
  194. }
  195. },
  196. {
  197. "path": "memberManage/index",
  198. "style": {
  199. "navigationBarTitleText": "会员管理"
  200. }
  201. },
  202. {
  203. "path": "webview/index",
  204. "style": {
  205. "navigationBarTitleText": "官方客服",
  206. "enablePullDownRefresh": false
  207. }
  208. }
  209. ]
  210. },
  211. {
  212. "root": "order_module",
  213. "name":"order_module",
  214. "pages":[
  215. {
  216. "path": "orderDetail/index",
  217. "style": {
  218. "navigationBarTitleText": "订单详情"
  219. }
  220. },
  221. {
  222. "path": "searchOrder/index",
  223. "style": {
  224. "navigationBarTitleText": "订单搜索"
  225. }
  226. }
  227. ]
  228. }
  229. ],
  230. "globalStyle": {
  231. "navigationBarTextStyle": "black",
  232. "navigationBarTitleText": "uni-app",
  233. "navigationBarBackgroundColor": "#FFFFFF",
  234. "backgroundColor": "#F8F8F8"
  235. },
  236. "tabBar": {
  237. "borderStyle": "white",
  238. "backgroundColor": "white",
  239. "color": "#000",
  240. "selectedColor": "#ef530e",
  241. "list": [
  242. {
  243. "pagePath": "pages/tabbar/index/index",
  244. "text": "首页",
  245. "iconPath": "static/image/tab-icon/home.png",
  246. "selectedIconPath": "static/image/tab-icon/home-active.png"
  247. },
  248. {
  249. "pagePath": "pages/tabbar/order/index",
  250. "text": "订单",
  251. "iconPath": "static/image/tab-icon/order.png",
  252. "selectedIconPath": "static/image/tab-icon/order-active.png"
  253. },
  254. {
  255. // "pagePath": "pages/tabbar/user/index",
  256. "pagePath": "pages/tabbar/newUser/index",
  257. "text": "我的",
  258. "iconPath": "static/image/tab-icon/user.png",
  259. "selectedIconPath": "static/image/tab-icon/user-active.png"
  260. }
  261. ]
  262. },
  263. "uniIdRouter": {}
  264. }