project.config.json 935 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "1.9.91",
  12. "appid": "wxfdaeb25e38c4c47e",
  13. "projectname": "panda_small_%20routine",
  14. "isGameTourist": false,
  15. "condition": {
  16. "search": {
  17. "current": -1,
  18. "list": []
  19. },
  20. "conversation": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "plugin": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "game": {
  29. "currentL": -1,
  30. "list": []
  31. },
  32. "miniprogram": {
  33. "current": 2,
  34. "list": [
  35. {
  36. "id": 0,
  37. "name": "details",
  38. "pathName": "pages/details/details",
  39. "query": ""
  40. },
  41. {
  42. "id": 1,
  43. "name": "comments",
  44. "pathName": "pages/comments/comments",
  45. "query": ""
  46. },
  47. {
  48. "id": -1,
  49. "name": "shopcart",
  50. "pathName": "pages/shopCart/shopCart",
  51. "query": ""
  52. }
  53. ]
  54. }
  55. }
  56. }