project.private.config.json 334 B

12345678910111213141516171819
  1. {
  2. "name": "浠艾福",
  3. "version": "1.0.0",
  4. "id": "",
  5. "description": "家庭教育任务管理小程序",
  6. "creator": "HBuilderX",
  7. "platforms": ["mp-weixin"],
  8. "h5": {},
  9. "mp-weixin": {
  10. "appid": "",
  11. "setting": {
  12. "urlCheck": false,
  13. "es6": true,
  14. "postcss": true,
  15. "minified": true
  16. },
  17. "usingComponents": true
  18. }
  19. }