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.

134 lines
2.6 KiB

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/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. "navigationBarTitleText": ""
  93. }
  94. },
  95. {
  96. "path": "pages/invitationList/invitationList",
  97. "style": {
  98. "navigationBarTitleText": ""
  99. }
  100. },
  101. {
  102. "path": "pages/winningRecord/winningRecord",
  103. "style": {
  104. "navigationBarTitleText": ""
  105. }
  106. },
  107. {
  108. "path": "pages/signIn/signIn",
  109. "style": {
  110. "navigationBarTitleText": ""
  111. }
  112. },
  113. {
  114. "path": "pages/loginRecord/loginRecord",
  115. "style": {
  116. "navigationBarTitleText": ""
  117. }
  118. },
  119. {
  120. "path": "pages/center/center",
  121. "style": {
  122. "navigationBarTitleText": ""
  123. }
  124. }
  125. ],
  126. "globalStyle": {
  127. "navigationBarTextStyle": "black",
  128. "navigationBarTitleText": "uni-app",
  129. "navigationBarBackgroundColor": "#F8F8F8",
  130. "backgroundColor": "#F8F8F8",
  131. "navigationStyle": "custom",
  132. "rpxCalcMaxDeviceWidth": 960
  133. },
  134. "uniIdRouter": {}
  135. }