pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/down",
  9. "style": {
  10. "navigationBarTitleText": "'宜格服务'懂宜昌,更懂你!",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/payCentre",
  16. "style": {
  17. "navigationBarTitleText": "支付中",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/paySuccess",
  23. "style": {
  24. "navigationBarTitleText": "支付成功",
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/index",
  30. "style": {
  31. "navigationBarTitleText": "宜格优选",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. // {
  36. // "path": "pages/register",
  37. // "style": {
  38. // "navigationBarTitleText": "注册",
  39. // "navigationStyle": "custom"
  40. // }
  41. // },
  42. {
  43. "path": "pages/agreement",
  44. "style": {
  45. "navigationBarTitleText": "协议",
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path": "pages/serviceOrPrivacy",
  51. "style": {
  52. "navigationBarTitleText": "服务协议",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/phone",
  58. "style": {
  59. "navigationBarTitleText": "咨询电话",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/yigePayCenter",
  65. "style": {
  66. "navigationBarTitleText": "宜格收银台",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/yigePay",
  72. "style": {
  73. "navigationBarTitleText": "I宜昌统一支付管理平台",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/shop",
  79. "style": {
  80. "navigationBarTitleText": "店铺", //支付宝登录
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/goodsAggregation",
  86. "style": {
  87. "navigationBarTitleText": "商品聚合页", //支付宝登录
  88. "navigationStyle": "custom"
  89. }
  90. }
  91. ],
  92. "globalStyle": {
  93. "pageOrientation": "portrait",
  94. "navigationBarTextStyle": "black",
  95. "navigationBarBackgroundColor": "#fff",
  96. "backgroundColor": "#F8F8F8",
  97. "backgroundColorTop": "#F4F5F6",
  98. "backgroundColorBottom": "#F4F5F6",
  99. // "navigationStyle": "custom",
  100. "app-plus": {
  101. "titleView": true,
  102. "optimization": {
  103. "subPackages": true
  104. },
  105. "runmode": "liberate" // 开启分包优化后,必须配置资源释放模式
  106. }
  107. }
  108. }