商城类、订单类uniapp模板,多角色
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.

83 lines
1.3 KiB

5 months ago
5 months ago
2 months ago
5 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/index/order",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/category",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/center",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. },
  26. {
  27. "path": "pages/index/cart",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. }
  32. ],
  33. "preloadRule": {
  34. "pages/index/index": {
  35. "network": "all",
  36. "packages": ["pages_order"]
  37. }
  38. },
  39. "subPackages": [{
  40. "root": "pages_order",
  41. "pages": [{
  42. "path": "order/orderDetail"
  43. },
  44. {
  45. "path": "mine/purse"
  46. },
  47. {
  48. "path": "mine/runningWater"
  49. },
  50. {
  51. "path": "mine/address"
  52. },
  53. {
  54. "path": "product/productDetail"
  55. },
  56. {
  57. "path": "order/refundsOrExchange"
  58. },
  59. {
  60. "path": "auth/wxLogin"
  61. },
  62. {
  63. "path": "auth/wxUserInfo"
  64. },
  65. {
  66. "path": "auth/loginAndRegisterAndForgetPassword"
  67. },
  68. {
  69. "path": "mine/help"
  70. },
  71. {
  72. "path": "mine/promotion"
  73. }
  74. ]
  75. }],
  76. "globalStyle": {
  77. "navigationBarTextStyle": "black",
  78. "navigationBarTitleText": "酒店桌布",
  79. "navigationBarBackgroundColor": "#F8F8F8",
  80. "backgroundColor": "#F8F8F8",
  81. "navigationStyle": "custom"
  82. },
  83. "uniIdRouter": {}
  84. }