project.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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": "2.3.0",
  12. "appid": "wx313a8f2c0741efe1",
  13. "projectname": "%E8%AF%86%E5%AD%97",
  14. "isGameTourist": false,
  15. "simulatorType": "wechat",
  16. "simulatorPluginLibVersion": {},
  17. "condition": {
  18. "search": {
  19. "current": -1,
  20. "list": []
  21. },
  22. "conversation": {
  23. "current": -1,
  24. "list": []
  25. },
  26. "plugin": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "game": {
  31. "currentL": -1,
  32. "list": []
  33. },
  34. "miniprogram": {
  35. "current": -1,
  36. "list": [
  37. {
  38. "id": -1,
  39. "name": "首页",
  40. "pathName": "pages/main/index",
  41. "query": ""
  42. },
  43. {
  44. "id": -1,
  45. "name": "列表",
  46. "pathName": "pages/main/list",
  47. "query": ""
  48. },
  49. {
  50. "id": 2,
  51. "name": "详情页",
  52. "pathName": "pages/main/detail",
  53. "query": "bookid=1&unitid=1&wordid=0"
  54. },
  55. {
  56. "id": -1,
  57. "name": "\b搜索",
  58. "pathName": "pages/main/search",
  59. "query": ""
  60. }
  61. ]
  62. }
  63. }
  64. }