pages.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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/tabbar/index/index",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/login/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. "path": "privacy/index",
  114. "style": {
  115. "navigationBarTitleText": "用户隐私协议",
  116. "enablePullDownRefresh": false
  117. }
  118. }
  119. ]
  120. },
  121. {
  122. "root": "user_module",
  123. "name":"user_module",
  124. "pages":[
  125. {
  126. "path": "businessInfo/index",
  127. "style": {
  128. "navigationBarTitleText": "商家信息"
  129. }
  130. },
  131. {
  132. "path": "changeLogo/index",
  133. "style": {
  134. "navigationBarTitleText": "店铺LOGO",
  135. "navigationBarBackgroundColor":"#000",
  136. "navigationBarTextStyle":"white"
  137. }
  138. },
  139. {
  140. "path": "changeInfo/index",
  141. "style": {
  142. "navigationBarTitleText": "信息修改"
  143. }
  144. },
  145. {
  146. "path": "merchantCode/index",
  147. "style": {
  148. "navigationBarTitleText": "商家码",
  149. "navigationBarBackgroundColor":"#F7F7F7",
  150. "navigationBarTextStyle":"black"
  151. }
  152. },
  153. {
  154. "path": "codeDetail/index",
  155. "style": {
  156. "navigationBarTitleText": "商家码详情",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "changePassword/index",
  162. "style": {
  163. "navigationBarTitleText": "修改密码"
  164. }
  165. },
  166. {
  167. "path": "changeSuccess/index",
  168. "style": {
  169. "navigationBarTitleText": "修改成功"
  170. }
  171. },
  172. // {
  173. // "path": "myAccount/index",
  174. // "style": {
  175. // "navigationBarTitleText": "我的账户",
  176. // "navigationStyle":"custom"
  177. // }
  178. // },
  179. {
  180. "path": "balance/index",
  181. "style": {
  182. "navigationBarTitleText": "余额"
  183. }
  184. },
  185. {
  186. "path": "consumptionPrice/index",
  187. "style": {
  188. "navigationBarTitleText": "消费金"
  189. }
  190. },
  191. {
  192. "path": "voucherPrice/index",
  193. "style": {
  194. "navigationBarTitleText": "代金券"
  195. }
  196. },
  197. {
  198. "path": "platformBalance/index",
  199. "style": {
  200. "navigationBarTitleText": "平台余额"
  201. }
  202. },
  203. {
  204. "path": "commission/index",
  205. "style": {
  206. "navigationBarTitleText": "佣金"
  207. }
  208. },
  209. {
  210. "path": "memberManage/index",
  211. "style": {
  212. "navigationBarTitleText": "会员管理"
  213. }
  214. },
  215. {
  216. "path": "webview/index",
  217. "style": {
  218. "navigationBarTitleText": "官方客服",
  219. "enablePullDownRefresh": false
  220. }
  221. }
  222. ]
  223. },
  224. {
  225. "root": "order_module",
  226. "name":"order_module",
  227. "pages":[
  228. {
  229. "path": "orderDetail/index",
  230. "style": {
  231. "navigationBarTitleText": "订单详情"
  232. }
  233. },
  234. {
  235. "path": "searchOrder/index",
  236. "style": {
  237. "navigationBarTitleText": "订单搜索"
  238. }
  239. }
  240. ]
  241. }
  242. ],
  243. "globalStyle": {
  244. "navigationBarTextStyle": "black",
  245. "navigationBarTitleText": "uni-app",
  246. "navigationBarBackgroundColor": "#FFFFFF",
  247. "backgroundColor": "#F8F8F8"
  248. },
  249. "tabBar": {
  250. "borderStyle": "white",
  251. "backgroundColor": "white",
  252. "color": "#000",
  253. "selectedColor": "#ef530e",
  254. "list": [
  255. {
  256. "pagePath": "pages/tabbar/index/index",
  257. "text": "首页",
  258. "iconPath": "static/image/tab-icon/home.png",
  259. "selectedIconPath": "static/image/tab-icon/home-active.png"
  260. },
  261. {
  262. "pagePath": "pages/tabbar/order/index",
  263. "text": "订单",
  264. "iconPath": "static/image/tab-icon/order.png",
  265. "selectedIconPath": "static/image/tab-icon/order-active.png"
  266. },
  267. {
  268. // "pagePath": "pages/tabbar/user/index",
  269. "pagePath": "pages/tabbar/newUser/index",
  270. "text": "我的",
  271. "iconPath": "static/image/tab-icon/user.png",
  272. "selectedIconPath": "static/image/tab-icon/user-active.png"
  273. }
  274. ]
  275. },
  276. "uniIdRouter": {}
  277. }