project.config.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "autoAudits": false,
  13. "uglifyFileName": false,
  14. "checkInvalidKey": true,
  15. "checkSiteMap": true,
  16. "uploadWithSourceMap": true,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. },
  22. "enhance": true
  23. },
  24. "compileType": "miniprogram",
  25. "libVersion": "2.7.3",
  26. "appid": "wx84b3feac6069eec3",
  27. "projectname": "miaoguo_master",
  28. "debugOptions": {
  29. "hidedInDevtools": []
  30. },
  31. "isGameTourist": false,
  32. "simulatorType": "wechat",
  33. "simulatorPluginLibVersion": {},
  34. "condition": {
  35. "search": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "conversation": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "plugin": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "game": {
  48. "currentL": -1,
  49. "list": []
  50. },
  51. "miniprogram": {
  52. "current": 4,
  53. "list": [
  54. {
  55. "id": 0,
  56. "name": "分享",
  57. "pathName": "pages/index/index",
  58. "query": "UserID=1&Share=1&MiaoguoCardID=32401",
  59. "scene": null
  60. },
  61. {
  62. "id": 1,
  63. "name": "pages/index/index",
  64. "pathName": "pages/index/index",
  65. "query": "type=userbook",
  66. "scene": 1007
  67. },
  68. {
  69. "id": 2,
  70. "name": "marketing/main/index",
  71. "pathName": "marketing/main/index",
  72. "query": "UserID=1",
  73. "scene": null
  74. },
  75. {
  76. "id": 3,
  77. "name": "webview",
  78. "pathName": "pages/other/webview",
  79. "query": "UserID=1",
  80. "scene": 1001
  81. },
  82. {
  83. "id": 4,
  84. "name": "pages/other/activity",
  85. "pathName": "pages/other/activity",
  86. "query": "EndTime=2019-09-01",
  87. "scene": 1001
  88. }
  89. ]
  90. }
  91. }
  92. }