pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "pages": [{
  3. "path": "pages/user/user",
  4. "style": {
  5. "navigationStyle": "custom",
  6. "navigationBarTitleText": "个人中心"
  7. }
  8. },
  9. {
  10. "path": "pages/user/dkdetail",
  11. "style": {
  12. "navigationBarTitleText": "打卡记录"
  13. }
  14. },
  15. {
  16. "path": "pages/order/Inspection",
  17. "style": {
  18. "navigationBarTitleText": "待检验订单"
  19. }
  20. },
  21. {
  22. "path": "pages/user/myorder",
  23. "style": {
  24. "navigationBarTitleText": "我的订单"
  25. }
  26. },
  27. {
  28. "path": "pages/user/myorderDetail",
  29. "style": {
  30. "navigationBarTitleText": "订单详情"
  31. }
  32. },
  33. {
  34. "path": "pages/user/myorderRecord",
  35. "style": {
  36. "navigationBarTitleText": "记录"
  37. }
  38. },
  39. {
  40. "path": "pages/order/foreignOrder",
  41. "style": {
  42. "navigationBarTitleText": "外发检验订单"
  43. }
  44. },
  45. {
  46. "path": "pages/order/record",
  47. "style": {
  48. "navigationBarTitleText": "检验记录"
  49. }
  50. },
  51. {
  52. "path": "pages/order/Addgaps",
  53. "style": {
  54. "navigationBarTitleText": "添加缺漏记录"
  55. }
  56. },
  57. {
  58. "path": "pages/order/Addcheckout",
  59. "style": {
  60. "navigationBarTitleText": "添加检验记录"
  61. }
  62. },
  63. {
  64. "path": "pages/leader/porder",
  65. "style": {
  66. "navigationBarTitleText": "领单"
  67. }
  68. },
  69. {
  70. "path": "pages/leader/receive",
  71. "style": {
  72. "navigationBarTitleText": "领单"
  73. }
  74. },
  75. {
  76. "path": "pages/leader/gxlist",
  77. "style": {
  78. "navigationBarTitleText": "工序列表"
  79. }
  80. },
  81. {
  82. "path": "pages/leader/image",
  83. "style": {
  84. "navigationBarTitleText": "相册"
  85. }
  86. }
  87. ],
  88. "globalStyle": {
  89. "navigationBarTextStyle": "black",
  90. "navigationBarTitleText": "uni-app",
  91. "navigationBarBackgroundColor": "#FFFFFF",
  92. "backgroundColor": "#f8f8f8"
  93. },
  94. "condition": { //模式配置,仅开发期间生效
  95. "current": 0, //当前激活的模式(list 的索引项)
  96. "list": [{
  97. "name": "", //模式名称
  98. "path": "", //启动页面,必选
  99. "query": "" //启动参数,在页面的onLoad函数里面得到
  100. }]
  101. }
  102. }