pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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-entering/business-edit",
  39. "style" :
  40. {
  41. "navigationBarTitleText": ""//业务录入
  42. }
  43. }
  44. ,{
  45. "path" : "pages/business-entering/business-detail",
  46. "style" :
  47. {
  48. "navigationBarTitleText": ""//业务录入
  49. //"navigationStyle":"custom"
  50. }
  51. }
  52. ,{
  53. "path" : "pages/customer-management/customer-list",
  54. "style" :
  55. {
  56. "navigationBarTitleText": ""//业务录入
  57. //"navigationStyle":"custom"
  58. }
  59. }
  60. ,{
  61. "path" : "pages/business-order/business-order",
  62. "style" :
  63. {
  64. "navigationBarTitleText": ""//业务订单
  65. //"navigationStyle":"custom"
  66. }
  67. }
  68. ,{
  69. "path" : "pages/customer-management/customer-management",
  70. "style" :
  71. {
  72. "navigationBarTitleText": ""//客户管理
  73. //"navigationStyle":"custom"
  74. }
  75. }
  76. ,{
  77. "path" : "pages/inout-record/inout-record",
  78. "style" :
  79. {
  80. "navigationBarTitleText": ""//出入记录
  81. //"navigationStyle":"custom"
  82. }
  83. }
  84. ,{
  85. "path" : "pages/choose-business/choose-business",
  86. "style" :
  87. {
  88. "navigationBarTitleText": ""//选择业务
  89. //"navigationStyle":"custom"
  90. }
  91. },
  92. {
  93. "path" : "pages/ok/registerSuccess",
  94. "style" :
  95. {
  96. "navigationBarTitleText": ""//注册成功
  97. //"navigationStyle":"custom"
  98. }
  99. },
  100. {
  101. "path" : "pages/business-order/sureOrder",
  102. "style" :
  103. {
  104. "navigationBarTitleText": ""
  105. }
  106. },{
  107. "path" : "pages/business-order/surePay",
  108. "style" :
  109. {
  110. "navigationBarTitleText": ""
  111. }
  112. },
  113. {
  114. "path" : "pages/business-order/sureOut",
  115. "style" :
  116. {
  117. "navigationBarTitleText": ""
  118. }
  119. },
  120. {
  121. "path" : "pages/business-order/sureIn",
  122. "style" :
  123. {
  124. "navigationBarTitleText": ""
  125. }
  126. },
  127. {
  128. "path" : "pages/business-entering/item-select",
  129. "style" :
  130. {
  131. "navigationBarTitleText": "选择项目",
  132. "enablePullDownRefresh": false,
  133. "navigationStyle":"custom"
  134. }
  135. }
  136. ],
  137. "globalStyle": {
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "uni-app",
  140. "navigationBarBackgroundColor": "#F8F8F8",
  141. "backgroundColor": "#F8F8F8",
  142. "navigationBarBackgroundColor": "#0080ff",
  143. "navigationBarTextStyle":"white"
  144. }
  145. }