合同小程序前端代码仓库
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.

96 lines
2.2 KiB

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