pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path" : "pages/login/account-login",
  8. "style" :
  9. {
  10. "navigationStyle":"custom",
  11. "enablePullDownRefresh": false
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationStyle":"custom",
  18. "navigationBarTitleText": "联兑通商户版"
  19. }
  20. }
  21. ,{
  22. "path" : "pages/login/login",
  23. "style" :
  24. {
  25. "navigationStyle":"custom",
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. }
  30. ,{
  31. "path" : "pages/card/card",
  32. "style" :
  33. {
  34. "navigationBarTitleText": "卡包",
  35. "enablePullDownRefresh": false
  36. }
  37. }
  38. ,{
  39. "path" : "pages/bill/bill",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "我的账单",
  43. "enablePullDownRefresh": false
  44. }
  45. }
  46. ,{
  47. "path" : "pages/bill/billDetail",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "账单详情",
  51. "enablePullDownRefresh": false
  52. }
  53. }
  54. ,{
  55. "path" : "pages/publish/publish",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "发起活动",
  59. "navigationStyle":"custom",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ,{
  64. "path" : "pages/publish/detail",
  65. "style" :
  66. {
  67. "navigationStyle":"custom",
  68. "navigationBarTitleText": "活动详情",
  69. "enablePullDownRefresh": false
  70. }
  71. }
  72. ,{
  73. "path" : "pages/activity/activity",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "活动列表",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ,{
  81. "path" : "pages/member/member",
  82. "style" :
  83. {
  84. "navigationStyle":"custom",
  85. "navigationBarTitleText": "会员中心",
  86. "enablePullDownRefresh": false
  87. }
  88. }
  89. ,{
  90. "path" : "pages/member/detail",
  91. "style" :
  92. {
  93. "navigationBarTitleText": "会员详情",
  94. "enablePullDownRefresh": false
  95. }
  96. }
  97. ,{
  98. "path" : "pages/login/forget",
  99. "style" :
  100. {
  101. "navigationStyle":"custom",
  102. "navigationBarTitleText": "",
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ,{
  107. "path" : "pages/login/register",
  108. "style" :
  109. {
  110. "navigationStyle":"custom",
  111. "navigationBarTitleText": "注册账号",
  112. "enablePullDownRefresh": false
  113. }
  114. }
  115. ,{
  116. "path" : "pages/shop-info/shop-info",
  117. "style" :
  118. {
  119. "navigationStyle":"custom",
  120. "navigationBarTitleText": "",
  121. "enablePullDownRefresh": false,
  122. "usingComponents":{
  123. "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
  124. }
  125. }
  126. }
  127. ,{
  128. "path" : "pages/member/add",
  129. "style" :
  130. {
  131. "navigationBarTitleText": "创建会员中心",
  132. "enablePullDownRefresh": false
  133. }
  134. }
  135. ,{
  136. "path" : "pages/webView/webView",
  137. "style" :
  138. {
  139. "navigationBarTitleText": "",
  140. "enablePullDownRefresh": false
  141. }
  142. }
  143. ,{
  144. "path" : "pages/userBank/userBank",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "银行卡",
  148. "enablePullDownRefresh": false
  149. }
  150. }
  151. ,{
  152. "path" : "pages/userBank/add",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "添加银行卡",
  156. "enablePullDownRefresh": false
  157. }
  158. }
  159. ,{
  160. "path" : "pages/login/updatePassworf",
  161. "style" :
  162. {
  163. "navigationBarTitleText": "修改密码",
  164. "enablePullDownRefresh": false
  165. }
  166. }
  167. ,{
  168. "path" : "pages/checkstand/pay-qrcode",
  169. "style" :
  170. {
  171. "navigationBarTextStyle": "white",
  172. "navigationBarBackgroundColor": "#EF9944",
  173. "navigationBarTitleText": "收款码",
  174. "enablePullDownRefresh": false
  175. }
  176. }
  177. ,{
  178. "path" : "pages/pay/pay",
  179. "style" :
  180. {
  181. "navigationBarTitleText": "扫码收款",
  182. "enablePullDownRefresh": false
  183. }
  184. }
  185. ,{
  186. "path" : "pages/image-cropper/image-cropper",
  187. "style" :
  188. {
  189. "navigationBarTitleText": "图片裁剪",
  190. "enablePullDownRefresh": false
  191. }
  192. }
  193. ,{
  194. "path" : "pages/material-download/material-download",
  195. "style" :
  196. {
  197. "navigationBarTitleText": "选择模板",
  198. "enablePullDownRefresh": false
  199. }
  200. }
  201. ,{
  202. "path" : "pages/material-download/createPoster",
  203. "style" :
  204. {
  205. "navigationBarTitleText": "生成付款码",
  206. "enablePullDownRefresh": false
  207. }
  208. }
  209. ,{
  210. "path" : "pages/test/test",
  211. "style" :
  212. {
  213. "navigationBarTitleText": "测试",
  214. "enablePullDownRefresh": false
  215. }
  216. }
  217. ,{
  218. "path" : "pages/chooseLable/chooseLable",
  219. "style" :
  220. {
  221. "navigationBarTitleText": "选择标签",
  222. "enablePullDownRefresh": false
  223. }
  224. }
  225. ,{
  226. "path" : "pages/login/submit-success",
  227. "style" :
  228. {
  229. "navigationStyle":"custom",
  230. "navigationBarTitleText": "提交成功",
  231. "enablePullDownRefresh": false
  232. }
  233. }
  234. ,{
  235. "path" : "pages/withdraw/withdraw",
  236. "style" :
  237. {
  238. "navigationBarTitleText": "提现",
  239. "enablePullDownRefresh": false
  240. }
  241. }
  242. ,{
  243. "path" : "pages/withdraw/select-bank",
  244. "style" :
  245. {
  246. "navigationBarTitleText": "选择银行",
  247. "enablePullDownRefresh": false
  248. }
  249. }
  250. ,{
  251. "path" : "pages/pay/pay-result",
  252. "style" :
  253. {
  254. "navigationStyle":"custom",
  255. "navigationBarTitleText": "收款结果",
  256. "enablePullDownRefresh": false
  257. }
  258. }
  259. ,{
  260. "path" : "pages/activity/detail",
  261. "style" :
  262. {
  263. "navigationStyle":"custom",
  264. "navigationBarTitleText": "活动详情",
  265. "enablePullDownRefresh": false
  266. }
  267. }
  268. ,{
  269. "path" : "pages/statistics/statistics",
  270. "style" :
  271. {
  272. "navigationBarTitleText": "数据统计",
  273. "enablePullDownRefresh": false
  274. }
  275. }
  276. ,{
  277. "path" : "pages/statistics/pointBillStatistics",
  278. "style" :
  279. {
  280. "navigationBarTitleText": "应收统计",
  281. "enablePullDownRefresh": false
  282. }
  283. }
  284. ,{
  285. "path" : "pages/card/feedback",
  286. "style" :
  287. {
  288. "navigationBarTitleText": "用户反馈",
  289. "enablePullDownRefresh": false
  290. }
  291. }
  292. ,{
  293. "path" : "pages/withdraw/records",
  294. "style" :
  295. {
  296. "navigationBarTitleText": "提现记录",
  297. "enablePullDownRefresh": false
  298. }
  299. }
  300. ,{
  301. "path" : "pages/material-download/createOrderPoster",
  302. "style" :
  303. {
  304. "navigationBarTitleText": "生成点餐码",
  305. "enablePullDownRefresh": false
  306. }
  307. }
  308. ,{
  309. "path" : "pages/flow/flow",
  310. "style" :
  311. {
  312. "navigationBarTitleText": "审核流程",
  313. "enablePullDownRefresh": false
  314. }
  315. }
  316. ,{
  317. "path" : "pages/my-bills/my-bills",
  318. "style" :
  319. {
  320. "navigationBarTitleText": "我的账单",
  321. "enablePullDownRefresh": false
  322. }
  323. }
  324. ,{
  325. "path" : "pages/my-bills/bills-detail",
  326. "style" :
  327. {
  328. "navigationBarTitleText": "账单详情",
  329. "enablePullDownRefresh": false
  330. }
  331. }
  332. ,{
  333. "path" : "pages/feedback/feedback",
  334. "style" :
  335. {
  336. "navigationBarTitleText": "用户反馈",
  337. "enablePullDownRefresh": false
  338. }
  339. }
  340. ,{
  341. "path" : "pages/order/order",
  342. "style" :
  343. {
  344. "navigationBarTitleText": "订单中心",
  345. "enablePullDownRefresh": false
  346. }
  347. }
  348. ,{
  349. "path" : "pages/order/detail",
  350. "style" :
  351. {
  352. "navigationBarTitleText": "订单详情",
  353. "enablePullDownRefresh": false
  354. }
  355. }
  356. ,{
  357. "path" : "pages/test/test1",
  358. "style" :
  359. {
  360. "navigationBarTitleText": "",
  361. "enablePullDownRefresh": false
  362. }
  363. }
  364. ,{
  365. "path" : "pages/choose-list/choose-list",
  366. "style" :
  367. {
  368. "navigationBarTitleText": "选择数据",
  369. "enablePullDownRefresh": false
  370. }
  371. }
  372. ,{
  373. "path" : "pages/test/test2/test2",
  374. "style" :
  375. {
  376. "navigationBarTitleText": "test",
  377. "enablePullDownRefresh": false
  378. }
  379. }
  380. ],
  381. "globalStyle": {
  382. "navigationBarTextStyle": "black",
  383. "navigationBarTitleText": "uni-app",
  384. "navigationBarBackgroundColor": "#FFFFFF",
  385. "backgroundColor": "#F8F8F8"
  386. }
  387. }