pages.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/bagStorage/login",
  10. "style": {
  11. "navigationStyle": "custom"
  12. }
  13. }, {
  14. "path": "pages/bagStorage/orders",
  15. "style": {
  16. "navigationStyle": "custom"
  17. }
  18. }, {
  19. "path": "pages/bagStorage/success",
  20. "style": {
  21. "navigationStyle": "custom"
  22. }
  23. }, {
  24. "path": "pages/fetchPacket/index",
  25. "style": {
  26. "navigationStyle": "custom"
  27. }
  28. }, {
  29. "path": "pages/fetchPacket/success",
  30. "style": {
  31. "navigationStyle": "custom"
  32. }
  33. }, {
  34. "path": "pages/order/details",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. }, {
  39. "path": "pages/order/list",
  40. "style": {
  41. "enablePullDownRefresh": true,
  42. "navigationStyle": "custom"
  43. }
  44. }, {
  45. "path": "pages/admin/login",
  46. "style": {
  47. "navigationStyle": "custom"
  48. }
  49. }, {
  50. "path": "pages/admin/index",
  51. "style": {
  52. "navigationStyle": "custom"
  53. }
  54. }, {
  55. "path": "pages/admin/port",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. }, {
  60. "path": "pages/admin/setting",
  61. "style": {
  62. "navigationStyle": "custom"
  63. }
  64. }
  65. ],
  66. "globalStyle": {
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText": "uni-app",
  69. "navigationBarBackgroundColor": "#F8F8F8",
  70. "backgroundColor": "#F8F8F8"
  71. }
  72. }