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.

133 lines
2.6 KiB

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/login/login",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false
  17. }
  18. },
  19. {
  20. "path": "pages/register/register",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/order/order",
  28. "style": {
  29. "navigationBarTitleText": "",
  30. "enablePullDownRefresh": false
  31. }
  32. },
  33. {
  34. "path": "pages/login/contactCustomerService",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false
  38. }
  39. },
  40. {
  41. "path": "pages/purse/purse",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "enablePullDownRefresh": false
  45. }
  46. },
  47. {
  48. "path": "pages/withdraw/withdraw",
  49. "style": {
  50. "navigationBarTitleText": "",
  51. "enablePullDownRefresh": false
  52. }
  53. },
  54. {
  55. "path": "pages/personalInfo/personalInfo",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "pages/runningWater/runningWater",
  63. "style": {
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "pages/certificate/certificate",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/instructions/instructions",
  77. "style": {
  78. "navigationBarTitleText": "",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pages/modifyUser/modifyUser",
  84. "style": {
  85. "navigationBarTitleText": "",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path" : "pages/prizeDraw/prizeDraw",
  91. "style" :
  92. {
  93. "navigationBarTitleText" : ""
  94. }
  95. },
  96. {
  97. "path" : "pages/invitationList/invitationList",
  98. "style" :
  99. {
  100. "navigationBarTitleText" : ""
  101. }
  102. },
  103. {
  104. "path" : "pages/winningRecord/winningRecord",
  105. "style" :
  106. {
  107. "navigationBarTitleText" : ""
  108. }
  109. },
  110. {
  111. "path" : "pages/signIn/signIn",
  112. "style" :
  113. {
  114. "navigationBarTitleText" : ""
  115. }
  116. },
  117. {
  118. "path" : "pages/loginRecord/loginRecord",
  119. "style" :
  120. {
  121. "navigationBarTitleText" : ""
  122. }
  123. }
  124. ],
  125. "globalStyle": {
  126. "navigationBarTextStyle": "black",
  127. "navigationBarTitleText": "uni-app",
  128. "navigationBarBackgroundColor": "#F8F8F8",
  129. "backgroundColor": "#F8F8F8",
  130. "navigationStyle": "custom",
  131. "rpxCalcMaxDeviceWidth": 960
  132. },
  133. "uniIdRouter": {}
  134. }