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.

125 lines
3.1 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
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabbar/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/tabbar/mine/mine",
  12. "style": {
  13. "navigationBarTitleText": "我的",
  14. "navigationStyle": "custom"
  15. }
  16. }
  17. ],
  18. "subPackages": [
  19. {
  20. "root": "pages/subPage",
  21. "pages": [
  22. {
  23. "path": "notice/notice",
  24. "style": {
  25. "navigationBarTitleText": "公示公告",
  26. "enablePullDownRefresh": false,
  27. "backgroundTextStyle": "dark"
  28. }
  29. },
  30. {
  31. "path": "login/login",
  32. "style": {
  33. "navigationBarTitleText": "登录",
  34. "enablePullDownRefresh": false,
  35. "backgroundTextStyle": "dark"
  36. }
  37. },
  38. {
  39. "path": "login/loginwx",
  40. "style": {
  41. "navigationBarTitleText": "登录",
  42. "enablePullDownRefresh": false,
  43. "backgroundTextStyle": "dark"
  44. }
  45. },
  46. {
  47. "path": "authentication/authentication",
  48. "style": {
  49. "navigationBarTitleText": "业主认证",
  50. "enablePullDownRefresh": false,
  51. "backgroundTextStyle": "dark"
  52. }
  53. },
  54. {
  55. "path": "authentication/comp/select1",
  56. "style": {
  57. "navigationBarTitleText": "业主认证",
  58. "enablePullDownRefresh": false,
  59. "backgroundTextStyle": "dark"
  60. }
  61. },
  62. {
  63. "path": "authentication/comp/select2",
  64. "style": {
  65. "navigationBarTitleText": "业主认证",
  66. "enablePullDownRefresh": false,
  67. "backgroundTextStyle": "dark"
  68. }
  69. },
  70. {
  71. "path": "authentication/comp/select3",
  72. "style": {
  73. "navigationBarTitleText": "业主认证",
  74. "enablePullDownRefresh": false,
  75. "backgroundTextStyle": "dark"
  76. }
  77. },
  78. {
  79. "path": "privacyAgreement/privacyAgreement",
  80. "style": {
  81. "navigationBarTitleText": "业主认证",
  82. "enablePullDownRefresh": false,
  83. "backgroundTextStyle": "dark"
  84. }
  85. }
  86. ]
  87. }
  88. ],
  89. "globalStyle": {
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "uni-app",
  92. "navigationBarBackgroundColor": "#F8F8F8",
  93. "backgroundColor": "#F8F8F8"
  94. },
  95. "tabBar": {
  96. "color": "#999999",
  97. "selectedColor": "#DE3A26",
  98. "backgroundColor": "#FFFFFF",
  99. "list": [{
  100. "pagePath": "pages/tabbar/index/index",
  101. "text": "首页",
  102. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  103. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  104. },
  105. {
  106. "pagePath": "pages/tabbar/mine/mine",
  107. "text": "我的",
  108. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  109. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  110. }
  111. ]
  112. },
  113. "uniIdRouter": {},
  114. "easycom": {
  115. "autoscan": true,
  116. // customhttps://ask.dcloud.net.cn/question/131175
  117. "custom": {
  118. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  119. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  120. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  121. }
  122. }
  123. }