pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": ""//首页
  10. //"navigationStyle":"custom"
  11. }
  12. }
  13. ,{
  14. "path" : "pages/enterprise-reg/enterprise-reg",
  15. "style" :
  16. {
  17. "navigationBarTitleText": ""//企业注册
  18. //"navigationStyle":"custom"
  19. }
  20. }
  21. ,{
  22. "path" : "pages/login/login",
  23. "style" :
  24. {
  25. "navigationBarTitleText": ""//登录
  26. //"navigationStyle":"custom"
  27. }
  28. }
  29. ,{
  30. "path" : "pages/business-entering/business-entering",
  31. "style" :
  32. {
  33. "navigationBarTitleText": ""//业务录入
  34. //"navigationStyle":"custom"
  35. }
  36. }
  37. ,{
  38. "path" : "pages/business-order/business-order",
  39. "style" :
  40. {
  41. "navigationBarTitleText": ""//业务订单
  42. //"navigationStyle":"custom"
  43. }
  44. }
  45. ,{
  46. "path" : "pages/customer-management/customer-management",
  47. "style" :
  48. {
  49. "navigationBarTitleText": ""//客户管理
  50. //"navigationStyle":"custom"
  51. }
  52. }
  53. ,{
  54. "path" : "pages/inout-record/inout-record",
  55. "style" :
  56. {
  57. "navigationBarTitleText": ""//出入记录
  58. //"navigationStyle":"custom"
  59. }
  60. }
  61. ,{
  62. "path" : "pages/choose-business/choose-business",
  63. "style" :
  64. {
  65. "navigationBarTitleText": ""//选择业务
  66. //"navigationStyle":"custom"
  67. }
  68. },
  69. {
  70. "path" : "pages/ok/registerSuccess",
  71. "style" :
  72. {
  73. "navigationBarTitleText": ""//注册成功
  74. //"navigationStyle":"custom"
  75. }
  76. },
  77. {
  78. "path" : "pages/business-order/sureOrder",
  79. "style" :
  80. {
  81. "navigationBarTitleText": ""
  82. }
  83. },{
  84. "path" : "pages/business-order/surePay",
  85. "style" :
  86. {
  87. "navigationBarTitleText": ""
  88. }
  89. },
  90. {
  91. "path" : "pages/business-order/sureOut",
  92. "style" :
  93. {
  94. "navigationBarTitleText": ""
  95. }
  96. },
  97. {
  98. "path" : "pages/business-order/sureIn",
  99. "style" :
  100. {
  101. "navigationBarTitleText": ""
  102. }
  103. },
  104. {
  105. "path" : "pages/business-entering/item-select",
  106. "style" :
  107. {
  108. "navigationBarTitleText": "选择项目",
  109. "enablePullDownRefresh": false,
  110. "navigationStyle":"custom"
  111. }
  112. }
  113. ],
  114. "globalStyle": {
  115. "navigationBarTextStyle": "black",
  116. "navigationBarTitleText": "uni-app",
  117. "navigationBarBackgroundColor": "#F8F8F8",
  118. "backgroundColor": "#F8F8F8",
  119. "navigationBarBackgroundColor": "#0080ff",
  120. "navigationBarTextStyle":"white"
  121. }
  122. }