manifest.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "name" : "潜山市智慧政协平台",
  3. "appid" : "__UNI__FF95F38",
  4. "description" : "",
  5. "versionName" : "1.2.0",
  6. "versionCode" : 120,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "usingComponents" : true,
  10. "nvueCompiler" : "uni-app",
  11. "compatible" : {
  12. "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
  13. },
  14. "splashscreen" : {
  15. "alwaysShowBeforeRender" : true,
  16. "waiting" : true,
  17. "autoclose" : true,
  18. "delay" : 0
  19. },
  20. "modules" : {
  21. "Geolocation" : {}
  22. },
  23. "distribute" : {
  24. "android" : {
  25. "permissions" : [
  26. "<uses-feature android:name=\"android.hardware.camera\"/>",
  27. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  28. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  29. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  30. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  31. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  32. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  33. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
  34. ]
  35. },
  36. "ios" : {
  37. "dSYMs" : false
  38. },
  39. "sdkConfigs" : {
  40. "ad" : {},
  41. "maps" : {
  42. "amap" : {
  43. "appkey_ios" : "",
  44. "appkey_android" : ""
  45. }
  46. },
  47. "geolocation" : {
  48. "amap" : {
  49. "__platform__" : [ "android" ],
  50. "appkey_ios" : "b85f0c64b3c9a082d740912cf3019c88",
  51. "appkey_android" : "b85f0c64b3c9a082d740912cf3019c88"
  52. }
  53. },
  54. "push" : {}
  55. },
  56. "icons" : {
  57. "android" : {
  58. "xhdpi" : "static/logo.png"
  59. }
  60. }
  61. }
  62. },
  63. "quickapp" : {},
  64. "mp-weixin" : {
  65. "appid" : "wx694b1ba10320b8bc",
  66. "setting" : {
  67. "urlCheck" : false,
  68. "es6" : false,
  69. "minified" : true,
  70. "postcss" : true
  71. },
  72. "optimization" : {
  73. "subPackages" : true
  74. },
  75. "usingComponents" : true,
  76. "permission" : {
  77. "scope.userLocation" : {
  78. "desc" : "获取当前位置"
  79. }
  80. }
  81. },
  82. "vueVersion" : "2",
  83. "h5" : {
  84. "template" : "static/index.html",
  85. "title" : "智慧校园访客系统",
  86. "router" : {
  87. "mode" : "history",
  88. "base" : ""
  89. },
  90. "devServer" : {
  91. "https" : false,
  92. "port" : 9090
  93. }
  94. }
  95. }