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.

164 lines
3.9 KiB

4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
6 days ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
6 days ago
3 months ago
3 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
3 months ago
4 months ago
3 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": "webView/webView",
  110. "style": {
  111. "navigationBarTitleText": "",
  112. "enablePullDownRefresh": true,
  113. "navigationStyle": "custom",
  114. "backgroundTextStyle": "dark"
  115. }
  116. },
  117. {
  118. "path": "ballots/vote/voteReslut",
  119. "style": {
  120. "navigationBarTitleText": "投票表决",
  121. "enablePullDownRefresh": true,
  122. "navigationStyle": "custom",
  123. "backgroundTextStyle": "dark"
  124. }
  125. }
  126. ]
  127. }],
  128. "globalStyle": {
  129. "navigationBarTextStyle": "black",
  130. "navigationBarTitleText": "uni-app",
  131. "navigationBarBackgroundColor": "#ffffff",
  132. "backgroundColor": "#F8F8F8"
  133. },
  134. "tabBar": {
  135. "color": "#999999",
  136. "selectedColor": "#DE3A26",
  137. "backgroundColor": "#FFFFFF",
  138. "list": [{
  139. "pagePath": "pages/tabbar/index/index",
  140. "text": "首页",
  141. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  142. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  143. },
  144. {
  145. "pagePath": "pages/tabbar/mine/mine",
  146. "text": "我的",
  147. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  148. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  149. }
  150. ]
  151. },
  152. "uniIdRouter": {},
  153. "easycom": {
  154. "autoscan": true,
  155. // customhttps://ask.dcloud.net.cn/question/131175
  156. "custom": {
  157. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  158. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  159. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  160. }
  161. }
  162. }