家政小程序
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.

project.config.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true
  12. },
  13. "compileType": "miniprogram",
  14. "libVersion": "2.2.2",
  15. "appid": "wx14eb9c1640e3ecfe",
  16. "projectname": "%E6%96%B0%E5%AE%B6%E6%94%BFnew",
  17. "isGameTourist": false,
  18. "condition": {
  19. "search": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "conversation": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "plugin": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "game": {
  32. "currentL": -1,
  33. "list": []
  34. },
  35. "miniprogram": {
  36. "current": 11,
  37. "list": [
  38. {
  39. "id": -1,
  40. "name": "首页",
  41. "pathName": "pages/home/index",
  42. "query": ""
  43. },
  44. {
  45. "id": -1,
  46. "name": "订单页",
  47. "pathName": "pages/order/index",
  48. "query": ""
  49. },
  50. {
  51. "id": -1,
  52. "name": "我的",
  53. "pathName": "pages/user/index",
  54. "query": ""
  55. },
  56. {
  57. "id": -1,
  58. "name": "母婴产品",
  59. "pathName": "pages/goodsList/index",
  60. "query": ""
  61. },
  62. {
  63. "id": -1,
  64. "name": "产品详情",
  65. "pathName": "pages/goodsDetail/index",
  66. "query": ""
  67. },
  68. {
  69. "id": -1,
  70. "name": "产品介绍",
  71. "pathName": "pages/introduce/index",
  72. "query": ""
  73. },
  74. {
  75. "id": -1,
  76. "name": "产品预约",
  77. "pathName": "pages/bookService/index",
  78. "query": ""
  79. },
  80. {
  81. "id": -1,
  82. "name": "月嫂预约",
  83. "pathName": "pages/yuesao/index",
  84. "query": ""
  85. },
  86. {
  87. "id": -1,
  88. "name": "添加评论",
  89. "pathName": "pages/addComment/index",
  90. "query": ""
  91. },
  92. {
  93. "id": -1,
  94. "name": "客服",
  95. "pathName": "pages/service/index",
  96. "query": ""
  97. },
  98. {
  99. "id": -1,
  100. "name": "月子咨询",
  101. "pathName": "pages/service/index",
  102. "query": ""
  103. },
  104. {
  105. "id": -1,
  106. "name": "购物车",
  107. "pathName": "pages/cart/index"
  108. }
  109. ]
  110. }
  111. }
  112. }