manifest.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "name" : "病理全流程",
  3. "appid" : "__UNI__9F2011E",
  4. "description" : "",
  5. "versionName" : "1.11",
  6. "versionCode" : 11,
  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. "Barcode" : {},
  23. "Camera" : {}
  24. },
  25. /* 应用发布信息 */
  26. "distribute" : {
  27. /* android打包配置 */
  28. "android" : {
  29. "permissions" : [
  30. "<uses-feature android:name=\"android.hardware.camera\"/>",
  31. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  32. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  33. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  34. ],
  35. "autoSdkPermissions" : true,
  36. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
  37. },
  38. /* ios打包配置 */
  39. "ios" : {
  40. "dSYMs" : false
  41. },
  42. /* SDK配置 */
  43. "sdkConfigs" : {
  44. "ad" : {},
  45. "push" : {
  46. "unipush" : {}
  47. }
  48. },
  49. "splashscreen" : {
  50. "androidStyle" : "common"
  51. },
  52. "icons" : {
  53. "android" : {
  54. "hdpi" : "unpackage/res/icons/72x72.png",
  55. "xhdpi" : "unpackage/res/icons/96x96.png",
  56. "xxhdpi" : "unpackage/res/icons/144x144.png",
  57. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  58. },
  59. "ios" : {
  60. "appstore" : "unpackage/res/icons/1024x1024.png",
  61. "ipad" : {
  62. "app" : "unpackage/res/icons/76x76.png",
  63. "app@2x" : "unpackage/res/icons/152x152.png",
  64. "notification" : "unpackage/res/icons/20x20.png",
  65. "notification@2x" : "unpackage/res/icons/40x40.png",
  66. "proapp@2x" : "unpackage/res/icons/167x167.png",
  67. "settings" : "unpackage/res/icons/29x29.png",
  68. "settings@2x" : "unpackage/res/icons/58x58.png",
  69. "spotlight" : "unpackage/res/icons/40x40.png",
  70. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  71. },
  72. "iphone" : {
  73. "app@2x" : "unpackage/res/icons/120x120.png",
  74. "app@3x" : "unpackage/res/icons/180x180.png",
  75. "notification@2x" : "unpackage/res/icons/40x40.png",
  76. "notification@3x" : "unpackage/res/icons/60x60.png",
  77. "settings@2x" : "unpackage/res/icons/58x58.png",
  78. "settings@3x" : "unpackage/res/icons/87x87.png",
  79. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  80. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  81. }
  82. }
  83. }
  84. }
  85. },
  86. /* 快应用特有相关 */
  87. "quickapp" : {},
  88. /* 小程序特有相关 */
  89. "mp-weixin" : {
  90. "appid" : "",
  91. "setting" : {
  92. "urlCheck" : false
  93. },
  94. "usingComponents" : true
  95. },
  96. "mp-alipay" : {
  97. "usingComponents" : true
  98. },
  99. "mp-baidu" : {
  100. "usingComponents" : true
  101. },
  102. "mp-toutiao" : {
  103. "usingComponents" : true
  104. },
  105. "uniStatistics" : {
  106. "enable" : false
  107. },
  108. "h5" : {
  109. "title" : "",
  110. "domain" : "",
  111. "router" : {
  112. // 正常打包目录
  113. // "base" : "/app/",
  114. "base" : "/dstechbh/app/"
  115. },
  116. "optimization" : {
  117. "treeShaking" : {
  118. "enable" : true
  119. }
  120. },
  121. "devServer" : {
  122. "disableHostCheck" : true,
  123. "proxy" : {
  124. "/service" : {
  125. "target" : "http://192.168.3.108", //请求的目标域名
  126. // "target" : "http://192.168.4.163", //宋程玉本地
  127. "changeOrigin" : true, //是否跨域
  128. "secure" : false
  129. }
  130. },
  131. "port" : 8081 //当前项目的端口号
  132. }
  133. },
  134. "locale" : "zh-Hans",
  135. "fallbackLocale" : "zh-Hans"
  136. }