pages.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. },
  8. "meta": {
  9. "auth": false,
  10. "sync": true,
  11. "title": "推荐",
  12. "group": "平台"
  13. }
  14. },
  15. {
  16. "path": "pages/index/app-update",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. },
  21. {
  22. "path": "pages/login/login",
  23. "style": {
  24. "navigationBarTitleText": ""
  25. }
  26. },
  27. {
  28. "path": "pages/picking-task/index",
  29. "style": {
  30. "navigationBarTitleText": ""
  31. }
  32. },
  33. {
  34. "path": "pages/picking-task/delivery",
  35. "style": {
  36. "navigationBarTitleText": ""
  37. }
  38. }
  39. ],
  40. /* 分包预载配置 */
  41. // "preloadRule": {
  42. // "pages/index/index": {
  43. // "network": "all",
  44. // "packages": ["pages/account", "pages/app", "pages/user"]
  45. // }
  46. // },
  47. "tabBar": {
  48. "backgroundColor": "#FFFFFF",
  49. "borderStyle": "white",
  50. "color": "#BEBEBE",
  51. "selectedColor": "#323232",
  52. "list": []
  53. },
  54. "globalStyle": {
  55. "navigationBarTextStyle": "black",
  56. "navigationBarTitleText": "先见平台",
  57. "navigationBarBackgroundColor": "#FAFAFC",
  58. "backgroundColor": "#FAFAFC",
  59. "navigationStyle": "custom"
  60. },
  61. "uniIdRouter": {}
  62. }