project.config.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "nodeModules": false,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "uglifyFileName": true,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": false,
  21. "uploadWithSourceMap": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. }
  27. },
  28. "compileType": "miniprogram",
  29. "libVersion": "2.10.2",
  30. "appid": "wx6ca9ac1a01f617a1",
  31. "projectname": "cremb_xcx_v3.0",
  32. "debugOptions": {
  33. "hidedInDevtools": []
  34. },
  35. "isGameTourist": false,
  36. "simulatorType": "wechat",
  37. "simulatorPluginLibVersion": {},
  38. "condition": {
  39. "search": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "conversation": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "plugin": {
  48. "current": -1,
  49. "list": []
  50. },
  51. "game": {
  52. "currentL": -1,
  53. "list": []
  54. },
  55. "gamePlugin": {
  56. "current": -1,
  57. "list": []
  58. },
  59. "miniprogram": {
  60. "current": 0,
  61. "list": [
  62. {
  63. "id": 0,
  64. "name": "order_list",
  65. "pathName": "pages/admin/order_list/index",
  66. "query": "status=0"
  67. },
  68. {
  69. "id": -1,
  70. "name": "pages/user_payment/index",
  71. "pathName": "pages/user_payment/index",
  72. "query": "status=0",
  73. "scene": null
  74. },
  75. {
  76. "id": 2,
  77. "name": "pages/goods_details/index",
  78. "pathName": "pages/goods_details/index",
  79. "query": "id=10",
  80. "scene": null
  81. },
  82. {
  83. "id": -1,
  84. "name": "pages/goods_details_store/index",
  85. "pathName": "pages/goods_details_store/index",
  86. "query": "id=10",
  87. "scene": null
  88. },
  89. {
  90. "id": -1,
  91. "name": "pages/admin/order_statistics/index",
  92. "pathName": "pages/admin/order_statistics/index",
  93. "query": "start=1577808000&stop=1580486399&type=1",
  94. "scene": null
  95. },
  96. {
  97. "id": -1,
  98. "name": "pages/user_address/index",
  99. "pathName": "pages/user_address/index",
  100. "query": "",
  101. "scene": null
  102. },
  103. {
  104. "id": -1,
  105. "name": "pages/user_payment/index",
  106. "pathName": "pages/user_payment/index",
  107. "scene": null
  108. }
  109. ]
  110. }
  111. }
  112. }