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

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. "coverView": true,
  13. "autoAudits": false,
  14. "checkInvalidKey": true,
  15. "checkSiteMap": true,
  16. "uploadWithSourceMap": true,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. }
  22. },
  23. "compileType": "miniprogram",
  24. "libVersion": "2.10.2",
  25. "appid": "wx19782b9c06798224",
  26. "projectname": "%E8%80%81%E9%97%A8%E6%A1%86",
  27. "debugOptions": {
  28. "hidedInDevtools": []
  29. },
  30. "isGameTourist": false,
  31. "simulatorType": "wechat",
  32. "simulatorPluginLibVersion": {},
  33. "condition": {
  34. "search": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "conversation": {
  39. "current": -1,
  40. "list": []
  41. },
  42. "plugin": {
  43. "current": -1,
  44. "list": []
  45. },
  46. "game": {
  47. "currentL": -1,
  48. "list": []
  49. },
  50. "miniprogram": {
  51. "current": 0,
  52. "list": [
  53. {
  54. "id": 0,
  55. "name": "购券大厅",
  56. "pathName": "pages/index/index",
  57. "query": "",
  58. "scene": null
  59. },
  60. {
  61. "id": 0,
  62. "name": "购买优惠券",
  63. "pathName": "pages/buyTicket/buyTicket",
  64. "query": "",
  65. "scene": null
  66. },
  67. {
  68. "id": 0,
  69. "name": "优惠券详情",
  70. "pathName": "pages/TicketDetails/TicketDetails",
  71. "query": "",
  72. "scene": null
  73. },
  74. {
  75. "id": 0,
  76. "name": "赠送优惠券",
  77. "pathName": "pages/givePage/givePage",
  78. "query": "",
  79. "scene": null
  80. },
  81. {
  82. "id": 0,
  83. "name": "门店查询",
  84. "pathName": "pages/shop/shop",
  85. "query": "",
  86. "scene": null
  87. },
  88. {
  89. "id": 0,
  90. "name": "个人中心",
  91. "pathName": "pages/personalCenter/personalCenter",
  92. "query": "",
  93. "scene": null
  94. },
  95. {
  96. "id": 0,
  97. "name": "注册",
  98. "pathName": "pages/register/register",
  99. "query": "",
  100. "scene": null
  101. }
  102. ]
  103. }
  104. }
  105. }