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.

154 lines
3.7 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabbar/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "enablePullDownRefresh": true,
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/tabbar/mine/mine",
  13. "style": {
  14. "navigationBarTitleText": "我的",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "mp_ecard_sdk/index/index",
  20. "style": {
  21. "navigationBarTitleText": "腾讯云E证通授权"
  22. }
  23. }
  24. ],
  25. "subPackages": [{
  26. "root": "pages/subPage",
  27. "pages": [{
  28. "path": "notice/notice",
  29. "style": {
  30. "navigationBarTitleText": "公示公告",
  31. "enablePullDownRefresh": true,
  32. "backgroundTextStyle": "dark"
  33. }
  34. },
  35. {
  36. "path": "login/login",
  37. "style": {
  38. "navigationBarTitleText": "登录",
  39. "enablePullDownRefresh": false,
  40. "backgroundTextStyle": "dark"
  41. }
  42. },
  43. {
  44. "path": "notice/noticeDetail",
  45. "style": {
  46. "navigationBarTitleText": "公告详情",
  47. "enablePullDownRefresh": true,
  48. "backgroundTextStyle": "dark"
  49. }
  50. },
  51. {
  52. "path": "authentication/authentication",
  53. "style": {
  54. "navigationBarTitleText": "业主认证",
  55. "enablePullDownRefresh": false,
  56. "backgroundTextStyle": "dark"
  57. }
  58. },
  59. {
  60. "path": "authentication/comp/select1",
  61. "style": {
  62. "navigationBarTitleText": "业主认证",
  63. "enablePullDownRefresh": false,
  64. "backgroundTextStyle": "dark"
  65. }
  66. },
  67. {
  68. "path": "authentication/comp/select2",
  69. "style": {
  70. "navigationBarTitleText": "业主认证",
  71. "enablePullDownRefresh": false,
  72. "backgroundTextStyle": "dark"
  73. }
  74. },
  75. {
  76. "path": "authentication/comp/select3",
  77. "style": {
  78. "navigationBarTitleText": "业主认证",
  79. "enablePullDownRefresh": false,
  80. "backgroundTextStyle": "dark"
  81. }
  82. },
  83. {
  84. "path": "privacyAgreement/privacyAgreement",
  85. "style": {
  86. "navigationBarTitleText": "用户协议",
  87. "enablePullDownRefresh": false,
  88. "backgroundTextStyle": "dark"
  89. }
  90. },
  91. {
  92. "path": "ballots/ballotsList/ballotsList",
  93. "style": {
  94. "navigationBarTitleText": "投票表决",
  95. "enablePullDownRefresh": true,
  96. "backgroundTextStyle": "dark"
  97. }
  98. },
  99. {
  100. "path": "ballots/vote/vote",
  101. "style": {
  102. "navigationBarTitleText": "投票表决",
  103. "enablePullDownRefresh": true,
  104. "navigationStyle": "custom",
  105. "backgroundTextStyle": "dark"
  106. }
  107. },
  108. {
  109. "path": "ballots/vote/voteReslut",
  110. "style": {
  111. "navigationBarTitleText": "投票表决",
  112. "enablePullDownRefresh": true,
  113. "navigationStyle": "custom",
  114. "backgroundTextStyle": "dark"
  115. }
  116. }
  117. ]
  118. }],
  119. "globalStyle": {
  120. "navigationBarTextStyle": "black",
  121. "navigationBarTitleText": "uni-app",
  122. "navigationBarBackgroundColor": "#ffffff",
  123. "backgroundColor": "#F8F8F8"
  124. },
  125. "tabBar": {
  126. "color": "#999999",
  127. "selectedColor": "#DE3A26",
  128. "backgroundColor": "#FFFFFF",
  129. "list": [{
  130. "pagePath": "pages/tabbar/index/index",
  131. "text": "首页",
  132. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  133. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  134. },
  135. {
  136. "pagePath": "pages/tabbar/mine/mine",
  137. "text": "我的",
  138. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  139. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  140. }
  141. ]
  142. },
  143. "uniIdRouter": {},
  144. "easycom": {
  145. "autoscan": true,
  146. // customhttps://ask.dcloud.net.cn/question/131175
  147. "custom": {
  148. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  149. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  150. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  151. }
  152. }
  153. }