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

95 lines
2.1 KiB

  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. },
  40. "needLogin": true
  41. },
  42. {
  43. "path" : "pages/index/PayPal",
  44. "style" :
  45. {
  46. "navigationBarTitleText" : "",
  47. "navigationStyle":"custom"
  48. },
  49. "needLogin": true
  50. }
  51. ],
  52. "globalStyle": {
  53. "navigationBarTextStyle": "black",
  54. "navigationBarTitleText": "uni-app x",
  55. "navigationBarBackgroundColor": "#F8F8F8",
  56. "backgroundColor": "#F8F8F8"
  57. },
  58. "uniIdRouter": {},
  59. "tabBar": {
  60. "color": "#7A7E83",
  61. "selectedColor": "#3cc51f",
  62. "borderStyle": "black",
  63. "backgroundColor": "#ffffff",
  64. "list": [{
  65. "pagePath": "pages/home/home",
  66. "iconPath": "/static/image/11.png",
  67. "selectedIconPath": "/static/image/路径 3909.png",
  68. "text": "首页"
  69. }, {
  70. "pagePath": "pages/index/dingdan",
  71. "iconPath": "/static/image/路径 4016_1.png",
  72. "selectedIconPath": "/static/image/路径 4016.png",
  73. "text": "订单"
  74. },
  75. {
  76. "pagePath": "pages/index/wode",
  77. "iconPath": "/static/image/路径 3917.png",
  78. "selectedIconPath": "/static/image/路径 24.png",
  79. "text": "我的"
  80. }
  81. ]
  82. },
  83. "condition" : { //
  84. "current": 0, //(list )
  85. "list": [
  86. {
  87. "name": "", //
  88. "path": "", //
  89. "query": "" //onLoad
  90. }
  91. ]
  92. }
  93. }