pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  9. }
  10. },
  11. "tabBar": {
  12. "height": "56px",
  13. "fontSize": "12px",
  14. "iconWidth": "36px",
  15. "color": "#7A7E83",
  16. "selectedColor": "#3cc51f",
  17. "borderStyle": "black",
  18. "backgroundColor": "#ffffff",
  19. "list": [
  20. {
  21. "pagePath": "pages/index/index",
  22. "iconPath": "static/images/main/work.png",
  23. "selectedIconPath": "static/images/main/work_1.png",
  24. "text": "工作台"
  25. },
  26. {
  27. "pagePath": "pages/mine/index",
  28. "iconPath": "static/images/main/mine.png",
  29. "selectedIconPath": "static/images/main/mine_1.png",
  30. "text": "我的"
  31. }
  32. ]
  33. },
  34. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  35. {
  36. "path": "pages/splash/index",
  37. "layout": false,
  38. "style": {
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/login/index",
  44. "layout": false,
  45. "style": {
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path": "pages/mine/index",
  51. "style": {
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/privacy/index",
  57. "style": {
  58. "navigationBarTitleText": "绘管家个人信息保护政策"
  59. }
  60. },
  61. {
  62. "path": "pages/index/index",
  63. "style": {
  64. "navigationBarTitleText": "uni-app"
  65. }
  66. }
  67. ],
  68. "globalStyle": {
  69. "navigationBarTextStyle": "black",
  70. "navigationBarTitleText": "uni-app",
  71. "navigationBarBackgroundColor": "#F8F8F8",
  72. "backgroundColor": "#F8F8F8"
  73. },
  74. "uniIdRouter": {}
  75. }