pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "titleNView": {
  8. "autoBackButton":false
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/user/shopidgo",
  14. "style": {
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/login/empower",
  20. "style": {
  21. "navigationBarTitleText": "授权登录"
  22. }
  23. },
  24. {
  25. "path": "pages/user/scanCode",
  26. "style": {
  27. "navigationBarTitleText": "扫码"
  28. }
  29. },
  30. {
  31. "path": "pages/index/signOut",
  32. "style": {
  33. "navigationBarTitleText": "退出登录"
  34. }
  35. },
  36. {
  37. "path": "pages/index/map",
  38. "style": {
  39. "navigationBarTitleText": "导航"
  40. }
  41. },
  42. {
  43. "path": "pages/index/home",
  44. "style": {
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/pay/pay",
  50. "style": {
  51. "navigationBarTitleText": "微信支付"
  52. }
  53. },
  54. {
  55. "path": "pages/login/login",
  56. "style": {
  57. "navigationBarTitleText": "登录"
  58. }
  59. },
  60. {
  61. "path": "pages/login/iphoneLogin",
  62. "style": {
  63. "navigationBarTitleText": "手机号登录"
  64. }
  65. },
  66. {
  67. "path": "pages/home/home",
  68. "style": {
  69. "navigationBarTitleText": "首页"
  70. }
  71. },
  72. {
  73. "path": "pages/user/user",
  74. "style": {
  75. "navigationBarTitleText": "我的"
  76. }
  77. }
  78. ],
  79. /* "tabBar": {
  80. "color": "#8a8a8a",
  81. "selectedColor": "#FF4F00",
  82. "borderStyle": "black",
  83. "backgroundColor": "#ffffff",
  84. "list": [{
  85. "pagePath": "pages/index/index",
  86. "iconPath": "static/img/index1.png",
  87. "selectedIconPath": "static/img/index2.png",
  88. "text": "首页"
  89. },
  90. {
  91. "pagePath": "pages/user/user",
  92. "iconPath": "static/img/me1.png",
  93. "selectedIconPath": "static/img/me2.png",
  94. "text": "我的"
  95. }
  96. ]
  97. }, */
  98. "globalStyle": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "",
  101. "navigationBarBackgroundColor": "#F8F8F8",
  102. "backgroundColor": "#F8F8F8"
  103. }
  104. }