pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. // uni-ui 规则如下配置
  6. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  7. }
  8. },
  9. "vue3": true,
  10. "pages": [ //pages数组中第一项表示应用启动页,参考:https://doc.dcloud.net.cn/uni-app-x/collocation/pagesjson.html
  11. {
  12. "path": "pages/index/console",
  13. "style": {
  14. "navigationBarTitleText": "控制台"
  15. }
  16. },
  17. {
  18. "path": "pages/index/my",
  19. "style": {
  20. "navigationBarTitleText": "我的"
  21. }
  22. },
  23. {
  24. "path": "pages/index/order",
  25. "style": {
  26. "navigationBarTitleText": "订单"
  27. }
  28. },
  29. {
  30. "path": "pages/index/account",
  31. "style": {
  32. "navigationBarTitleText": "账户"
  33. }
  34. },
  35. {
  36. "path": "pages/console/setOrderTime",
  37. "style": {
  38. "navigationBarTitleText": "接单时间"
  39. }
  40. },
  41. {
  42. "path": "pages/login/login",
  43. "style": {
  44. "navigationBarTitleText": ""
  45. }
  46. },
  47. {
  48. "path": "pages/console/serviceProject",
  49. "style": {
  50. "navigationBarTitleText": "服务项目"
  51. }
  52. },
  53. {
  54. "path": "pages/myEdit/myEdit",
  55. "style": {
  56. "navigationBarTitleText": "个人信息"
  57. }
  58. },
  59. {
  60. "path": "pages/login/verifyManager",
  61. "style": {
  62. "navigationBarTitleText": ""
  63. }
  64. }, {
  65. "path": "pages/login/full-webview-page",
  66. "style": {
  67. "navigationBarTitleText": ""
  68. }
  69. },
  70. {
  71. "path": "pages/login/merchantRecuitment",
  72. "style": {
  73. "navigationBarTitleText": "商户招募"
  74. }
  75. },
  76. {
  77. "path": "pages/myEdit/setting",
  78. "style": {
  79. "navigationBarTitleText": "设置"
  80. }
  81. },
  82. {
  83. "path": "pages/orderStatisics/orderStatisics",
  84. "style": {
  85. "navigationBarTitleText": "数据统计"
  86. }
  87. }
  88. ],
  89. "globalStyle": {
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "小丁到家--上门按摩",
  92. "navigationBarBackgroundColor": "#F8F8F8",
  93. "backgroundColor": "#F8F8F8"
  94. },
  95. "tabBar": {
  96. "selectedColor": "#000000",
  97. "backgroundColor": "#ffffff",
  98. "list": [{
  99. "pagePath": "pages/index/console",
  100. "iconPath": "static/iconInfo/noactive/homepage.png",
  101. "selectedIconPath": "static/iconInfo/active/homepage.png",
  102. "text": "控制台"
  103. }, {
  104. "pagePath": "pages/index/order",
  105. "iconPath": "static/iconInfo/noactive/order.png",
  106. "selectedIconPath": "static/iconInfo/active/order.png",
  107. "text": "订单"
  108. }, {
  109. "pagePath": "pages/index/account",
  110. "iconPath": "static/iconInfo/noactive/account.png",
  111. "selectedIconPath": "static/iconInfo/active/account.png",
  112. "text": "账户"
  113. },
  114. {
  115. "pagePath": "pages/index/my",
  116. "iconPath": "static/iconInfo/noactive/myhome.png",
  117. "selectedIconPath": "static/iconInfo/active/myhome.png",
  118. "text": "我的"
  119. }
  120. ]
  121. },
  122. "uniIdRouter": {}
  123. }