manifest.json 693 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "Aimill人力资源",
  3. "appid": "__UNI__AIMILLHR",
  4. "description": "Aimill工业互联网平台人力资源移动端",
  5. "versionName": "1.0.0",
  6. "versionCode": "100",
  7. "transformPx": false,
  8. "app-plus": {
  9. "usingComponents": true,
  10. "modules": {
  11. "Camera": {}
  12. },
  13. "distribute": {
  14. "android": {
  15. "permissions": [
  16. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  17. ]
  18. }
  19. }
  20. },
  21. "h5": {
  22. "title": "Aimill人力资源",
  23. "router": { "mode": "hash" }
  24. },
  25. "mp-weixin": {
  26. "appid": "",
  27. "setting": { "urlCheck": false }
  28. },
  29. "uniStatistics": { "enable": false },
  30. "fallbackLocale": "zh-Hans"
  31. }