manifest.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name" : "大势医院转运",
  3. "appid" : "__UNI__9F2011E",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "splashscreen" : {
  14. "alwaysShowBeforeRender" : true,
  15. "waiting" : true,
  16. "autoclose" : true,
  17. "delay" : 0
  18. },
  19. /* 模块配置 */
  20. "modules" : {
  21. "Push" : {}
  22. },
  23. /* 应用发布信息 */
  24. "distribute" : {
  25. /* android打包配置 */
  26. "android" : {
  27. "permissions" : [
  28. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  29. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  30. ],
  31. "autoSdkPermissions" : false
  32. },
  33. /* ios打包配置 */
  34. "ios" : {},
  35. /* SDK配置 */
  36. "sdkConfigs" : {
  37. "ad" : {},
  38. "push" : {
  39. "unipush" : {}
  40. }
  41. },
  42. "splashscreen" : {
  43. "androidStyle" : "common"
  44. }
  45. }
  46. },
  47. /* 快应用特有相关 */
  48. "quickapp" : {},
  49. /* 小程序特有相关 */
  50. "mp-weixin" : {
  51. "appid" : "",
  52. "setting" : {
  53. "urlCheck" : false
  54. },
  55. "usingComponents" : true
  56. },
  57. "mp-alipay" : {
  58. "usingComponents" : true
  59. },
  60. "mp-baidu" : {
  61. "usingComponents" : true
  62. },
  63. "mp-toutiao" : {
  64. "usingComponents" : true
  65. },
  66. "uniStatistics" : {
  67. "enable" : false
  68. },
  69. "h5" : {
  70. "title" : "大势医院转运",
  71. "domain" : "",
  72. "router" : {
  73. "base" : "/app/"
  74. },
  75. "optimization" : {
  76. "treeShaking" : {
  77. "enable" : true
  78. }
  79. }
  80. }
  81. }