You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

146 lines
2.8 KiB

8 months ago
5 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/home/home",
  8. "style": {
  9. "navigationBarTitleText": ""
  10. }
  11. },
  12. {
  13. "path": "pages/customer-service/customer-service",
  14. "style": {
  15. "navigationBarTitleText": ""
  16. }
  17. },
  18. {
  19. "path": "pages/login/login",
  20. "style": {
  21. "navigationBarTitleText": "",
  22. "enablePullDownRefresh": false
  23. }
  24. },
  25. {
  26. "path": "pages/register/register",
  27. "style": {
  28. "navigationBarTitleText": "",
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "pages/order/order",
  34. "style": {
  35. "navigationBarTitleText": "",
  36. "enablePullDownRefresh": false
  37. }
  38. },
  39. {
  40. "path": "pages/login/contactCustomerService",
  41. "style": {
  42. "navigationBarTitleText": "",
  43. "enablePullDownRefresh": false
  44. }
  45. },
  46. {
  47. "path": "pages/purse/purse",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "enablePullDownRefresh": false
  51. }
  52. },
  53. {
  54. "path": "pages/withdraw/withdraw",
  55. "style": {
  56. "navigationBarTitleText": "",
  57. "enablePullDownRefresh": false
  58. }
  59. },
  60. {
  61. "path": "pages/personalInfo/personalInfo",
  62. "style": {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path": "pages/runningWater/runningWater",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "pages/certificate/certificate",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "enablePullDownRefresh": false
  79. }
  80. },
  81. {
  82. "path": "pages/instructions/instructions",
  83. "style": {
  84. "navigationBarTitleText": "",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "pages/modifyUser/modifyUser",
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "pages/prizeDraw/prizeDraw",
  97. "style": {
  98. "navigationBarTitleText": ""
  99. }
  100. },
  101. {
  102. "path": "pages/invitationList/invitationList",
  103. "style": {
  104. "navigationBarTitleText": ""
  105. }
  106. },
  107. {
  108. "path": "pages/winningRecord/winningRecord",
  109. "style": {
  110. "navigationBarTitleText": ""
  111. }
  112. },
  113. {
  114. "path": "pages/signIn/signIn",
  115. "style": {
  116. "navigationBarTitleText": ""
  117. }
  118. },
  119. {
  120. "path": "pages/loginRecord/loginRecord",
  121. "style": {
  122. "navigationBarTitleText": ""
  123. }
  124. },
  125. {
  126. "path": "pages/center/center",
  127. "style": {
  128. "navigationBarTitleText": ""
  129. }
  130. },
  131. {
  132. "path": "pages/starting/starting",
  133. "style": {
  134. "navigationBarTitleText": ""
  135. }
  136. }
  137. ],
  138. "globalStyle": {
  139. "navigationBarTextStyle": "black",
  140. "navigationBarTitleText": "uni-app",
  141. "navigationBarBackgroundColor": "#F8F8F8",
  142. "backgroundColor": "#F8F8F8",
  143. "navigationStyle": "custom",
  144. "rpxCalcMaxDeviceWidth": 960
  145. },
  146. "uniIdRouter": {}
  147. }