合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
3.2 KiB

1 week ago
3 days ago
1 week ago
3 days ago
1 week ago
3 days ago
3 days ago
5 days ago
3 days ago
3 days ago
1 week ago
5 days ago
1 week ago
1 week ago
1 week ago
1 week ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle":"custom",
  8. "app-plus": {
  9. "titleNView":false,
  10. "scrollIndicator":"none",
  11. "softinputMode": "adjustResize"
  12. }
  13. }
  14. },
  15. {
  16. "path": "pages/home/home",
  17. "style": {
  18. "navigationBarTitleText": "主页",
  19. "navigationStyle":"custom",
  20. "app-plus": {
  21. "titleNView":false,
  22. "scrollIndicator":"none",
  23. "softinputMode": "adjustResize"
  24. }
  25. },
  26. "needLogin": true
  27. },
  28. {
  29. "path": "pages/index/wode",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "navigationStyle":"custom",
  33. "app-plus": {
  34. "titleNView":false,
  35. "scrollIndicator":"none",
  36. "softinputMode": "adjustResize"
  37. }
  38. },
  39. "needLogin": true
  40. },
  41. {
  42. "path": "pages/views/dingDanCreate",
  43. "style": {
  44. "navigationBarTitleText": "录入订单",
  45. "navigationStyle":"custom",
  46. "app-plus": {
  47. "titleNView":false,
  48. "scrollIndicator":"none",
  49. "softinputMode": "adjustResize"
  50. }
  51. },
  52. "needLogin": true
  53. },
  54. {
  55. "path": "pages/index/dingdan",
  56. "style": {
  57. "navigationBarTitleText": "订单",
  58. "navigationStyle":"custom",
  59. "onReachBottomDistance":50
  60. // "app-plus": {
  61. // "titleNView":false,
  62. // "scrollIndicator":"none",
  63. // "softinputMode": "adjustResize"
  64. // }
  65. },
  66. "needLogin": true
  67. },
  68. {
  69. "path" : "pages/index/PayPal",
  70. "style" :
  71. {
  72. "navigationBarTitleText" : "",
  73. "navigationStyle":"custom",
  74. "app-plus": {
  75. "titleNView":false,
  76. "scrollIndicator":"none",
  77. "softinputMode": "adjustResize"
  78. }
  79. },
  80. "needLogin": true
  81. }
  82. ],
  83. "globalStyle": {
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText": "uni-app x",
  86. "navigationBarBackgroundColor": "#F8F8F8",
  87. "backgroundColor": "#F8F8F8"
  88. },
  89. "uniIdRouter": {},
  90. "tabBar": {
  91. "color": "#000000",
  92. "selectedColor": "#000000",
  93. "borderStyle": "black",
  94. "backgroundColor": "#ffffff",
  95. "list": [{
  96. "pagePath": "pages/home/home",
  97. "iconPath": "/static/image/11.png",
  98. "selectedIconPath": "/static/image/路径 3909.png",
  99. "text": "首页"
  100. }, {
  101. "pagePath": "pages/index/dingdan",
  102. "iconPath": "/static/image/路径 4016_1.png",
  103. "selectedIconPath": "/static/image/路径 4016.png",
  104. "enablePullDownRefresh":true,
  105. "text": "订单"
  106. },
  107. {
  108. "pagePath": "pages/index/wode",
  109. "iconPath": "/static/image/路径 3917.png",
  110. "selectedIconPath": "/static/image/路径 24.png",
  111. "text": "我的"
  112. }
  113. ]
  114. },
  115. "condition" : { //
  116. "current": 0, //(list )
  117. "list": [
  118. {
  119. "name": "", //
  120. "path": "", //
  121. "query": "" //onLoad
  122. }
  123. ]
  124. }
  125. }