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

69 lines
1.6 KiB

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. "globalStyle": {
  28. "navigationBarTextStyle": "black",
  29. "navigationBarTitleText": "uni-app x",
  30. "navigationBarBackgroundColor": "#F8F8F8",
  31. "backgroundColor": "#F8F8F8"
  32. },
  33. "uniIdRouter": {},
  34. "tabBar": {
  35. "color": "#7A7E83",
  36. "selectedColor": "#3cc51f",
  37. "borderStyle": "black",
  38. "backgroundColor": "#ffffff",
  39. "list": [{
  40. "pagePath": "pages/home/home",
  41. "iconPath": "",
  42. "selectedIconPath": "static/image/icon_component_HL.png",
  43. "text": "首页"
  44. }, {
  45. "pagePath": "",
  46. "iconPath": "",
  47. "selectedIconPath": "static/image/icon_API_HL.png",
  48. "text": "订单"
  49. },
  50. {
  51. "pagePath": "pages/index/wode",
  52. "iconPath": "",
  53. "selectedIconPath": "static/image/icon_API_HL.png",
  54. "text": "我的"
  55. }
  56. ]
  57. },
  58. "condition" : { //
  59. "current": 0, //(list )
  60. "list": [
  61. {
  62. "name": "", //
  63. "path": "", //
  64. "query": "" //onLoad
  65. }
  66. ]
  67. }
  68. }