pages.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "首页"
  15. }
  16. },
  17. {
  18. "path": "pages/order_addcart/order_addcart",
  19. "style": {
  20. "navigationBarTitleText": "购物车"
  21. }
  22. },
  23. {
  24. "path": "pages/user/index",
  25. "style": {
  26. "navigationBarTitleText": "个人中心"
  27. }
  28. }
  29. ],
  30. "subPackages": [
  31. {
  32. "root": "pages/users",
  33. "name": "users",
  34. "pages": [
  35. {
  36. "path": "order_list/index",
  37. "style": {
  38. "navigationBarTitleText": "我的订单",
  39. "navigationBarBackgroundColor": "#e93323",
  40. "navigationBarTextStyle": "black"
  41. }
  42. }
  43. ]
  44. }
  45. ],
  46. "globalStyle": {
  47. "navigationBarBackgroundColor": "#F8F8F8",
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "水贝商城",
  50. "backgroundColor": "#ffe079"
  51. },
  52. "tabBar": {
  53. "color": "#282828",
  54. "selectedColor": "#CD9933",
  55. "borderStyle": "black",
  56. "backgroundColor": "#ffffff",
  57. "list": [
  58. {
  59. "pagePath": "pages/index/index",
  60. "iconPath": "static/images/tabbar/1-001.png",
  61. "selectedIconPath": "static/images/tabbar/1-002.png",
  62. "text": "首页"
  63. },
  64. {
  65. "pagePath": "pages/order_addcart/order_addcart",
  66. "iconPath": "static/images/tabbar/3-001.png",
  67. "selectedIconPath": "static/images/tabbar/3-002.png",
  68. "text": "购物车"
  69. },
  70. {
  71. "pagePath": "pages/user/index",
  72. "iconPath": "static/images/tabbar/4-001.png",
  73. "selectedIconPath": "static/images/tabbar/4-002.png",
  74. "text": "我的"
  75. }
  76. ]
  77. },
  78. "uniIdRouter": {}
  79. }