pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "enablePullDownRefresh": false
  8. // "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "功能清单"
  15. // "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/production-replenishment/index",
  20. "style": {
  21. "navigationBarTitleText": "生产补料料管平台"
  22. // "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/production-replenishment/search",
  27. "style": {
  28. "navigationBarTitleText": "源单查询"
  29. // "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/production-replenishment/summary",
  34. "style": {
  35. "navigationBarTitleText": "源单统计"
  36. // "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/production-replenishment/show",
  41. "style": {
  42. "navigationBarTitleText": "源单修改"
  43. // "navigationStyle": "custom"
  44. }
  45. }, {
  46. "path": "pages/production-replenishment/stage",
  47. "style": {
  48. "navigationBarTitleText": "单据存档操作"
  49. }
  50. }, {
  51. "path": "pages/stock-dispatch/index",
  52. "style": {
  53. "navigationBarTitleText": "生产补料料管平台"
  54. // "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/stock-dispatch/search",
  59. "style": {
  60. "navigationBarTitleText": "源单查询"
  61. // "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/stock-dispatch/summary",
  66. "style": {
  67. "navigationBarTitleText": "源单统计"
  68. // "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/stock-dispatch/show",
  73. "style": {
  74. "navigationBarTitleText": "源单修改"
  75. // "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/stock-dispatch/stage",
  80. "style": {
  81. "navigationBarTitleText": "单据存档操作"
  82. }
  83. }
  84. ],
  85. "globalStyle": {
  86. "navigationBarTextStyle": "black",
  87. "navigationBarTitleText": "uni-app",
  88. "navigationBarBackgroundColor": "#F8F8F8",
  89. "backgroundColor": "#F8F8F8"
  90. // "navigationStyle": "custom"
  91. },
  92. "uniIdRouter": {}
  93. }