pages.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "pages": [{
  3. "path": "pages/index",
  4. "style": {
  5. "navigationBarTitleText": "购物小程序"
  6. }
  7. }],
  8. "subPackages": [{
  9. "root": "otherPages",
  10. "pages": [{
  11. "path": "mine/collectPersonInfo/index",
  12. "style": {
  13. "navigationBarTitleText": "收集头像昵称"
  14. }
  15. },
  16. {
  17. "path": "mine/orderRecord/index",
  18. "style": {
  19. "navigationBarTitleText": "订单记录"
  20. }
  21. },
  22. {
  23. "path": "mine/opneShop/index",
  24. "style": {
  25. "navigationBarTitleText": "我要开店"
  26. }
  27. },
  28. {
  29. "path": "mine/aboutUs/index",
  30. "style": {
  31. "navigationBarTitleText": "关于我们"
  32. }
  33. },
  34. {
  35. "path": "mine/orderRecord/detail",
  36. "style": {
  37. "navigationBarTitleText": "订单详情"
  38. }
  39. },
  40. {
  41. "path": "mine/orderRecord/paySucess",
  42. "style": {
  43. "navigationBarTitleText": "支付成功"
  44. }
  45. },
  46. {
  47. "path": "home/singleBye/index",
  48. "style": {
  49. "navigationBarTitleText": "商品详情"
  50. }
  51. },
  52. {
  53. "path": "mine/coupon/index",
  54. "style": {
  55. "navigationBarTitleText": "我的优惠券"
  56. }
  57. }
  58. ]
  59. }],
  60. "preloadRule": {
  61. "otherPages/mine/orderRecord/index": {
  62. "network": "all",
  63. "packages": ["__APP__"]
  64. }
  65. },
  66. "easycom": {
  67. "autoscan": true,
  68. "custom": {
  69. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  70. }
  71. },
  72. "globalStyle": {
  73. "navigationBarTextStyle": "white",
  74. "navigationBarTitleText": "柜机购物",
  75. "navigationBarBackgroundColor": "#3c9cff",
  76. "backgroundColor": "#FFFFFF"
  77. }
  78. }