pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "团队新增代理"
  7. // 团队新增代理
  8. }
  9. },
  10. {
  11. "path": "pages/view/page2",
  12. "style": {
  13. "navigationBarTitleText": "新增代理及卖货情况每日推送"
  14. }
  15. },{
  16. "path" : "pages/query/one",
  17. "style" :
  18. {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": false
  21. }
  22. }
  23. ,{
  24. "path" : "pages/query/two",
  25. "style" :
  26. {
  27. "navigationBarTitleText": "",
  28. "enablePullDownRefresh": false
  29. }
  30. }
  31. ,{
  32. "path" : "pages/scanQR/index",
  33. "style" :
  34. {
  35. "navigationBarTitleText": "出库信息查询",
  36. "enablePullDownRefresh": false
  37. }
  38. },{
  39. "path" : "pages/companyRewards/index",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "代理公司奖金明细",
  43. "enablePullDownRefresh": false
  44. }
  45. }
  46. ],
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationStyle": "custom",
  50. "app-plus": {
  51. "scrollIndicator": "none"
  52. }
  53. }
  54. }