project.tt.json 275 B

12345678910111213
  1. {
  2. "miniprogramRoot": "./",
  3. "projectname": "BYCarWeApp",
  4. "description": "上海车辆检测站小程序",
  5. "appid": "touristappid",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": false
  11. },
  12. "compileType": "miniprogram"
  13. }