manifest.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. /* "name" : "病理全流程", */
  3. "name" : "",
  4. "appid" : "__UNI__9F2011E",
  5. "description" : "",
  6. "versionName" : "1.0",
  7. "versionCode" : 10,
  8. "transformPx" : false,
  9. /* 5+App特有相关 */
  10. "app-plus" : {
  11. "usingComponents" : true,
  12. "nvueCompiler" : "uni-app",
  13. "compilerVersion" : 3,
  14. "splashscreen" : {
  15. "alwaysShowBeforeRender" : true,
  16. "waiting" : true,
  17. "autoclose" : true,
  18. "delay" : 0
  19. },
  20. /* 模块配置 */
  21. "modules" : {
  22. "Push" : {},
  23. "Barcode" : {},
  24. "Camera" : {}
  25. },
  26. /* 应用发布信息 */
  27. "distribute" : {
  28. /* android打包配置 */
  29. "android" : {
  30. "permissions" : [
  31. "<uses-feature android:name=\"android.hardware.camera\"/>",
  32. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  33. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  34. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  35. ],
  36. "autoSdkPermissions" : true,
  37. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
  38. },
  39. /* ios打包配置 */
  40. "ios" : {},
  41. /* SDK配置 */
  42. "sdkConfigs" : {
  43. "ad" : {},
  44. "push" : {
  45. "unipush" : {}
  46. }
  47. },
  48. "splashscreen" : {
  49. "androidStyle" : "common"
  50. },
  51. "icons" : {
  52. "android" : {
  53. "hdpi" : "unpackage/res/icons/72x72.png",
  54. "xhdpi" : "unpackage/res/icons/96x96.png",
  55. "xxhdpi" : "unpackage/res/icons/144x144.png",
  56. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  57. },
  58. "ios" : {
  59. "appstore" : "unpackage/res/icons/1024x1024.png",
  60. "ipad" : {
  61. "app" : "unpackage/res/icons/76x76.png",
  62. "app@2x" : "unpackage/res/icons/152x152.png",
  63. "notification" : "unpackage/res/icons/20x20.png",
  64. "notification@2x" : "unpackage/res/icons/40x40.png",
  65. "proapp@2x" : "unpackage/res/icons/167x167.png",
  66. "settings" : "unpackage/res/icons/29x29.png",
  67. "settings@2x" : "unpackage/res/icons/58x58.png",
  68. "spotlight" : "unpackage/res/icons/40x40.png",
  69. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  70. },
  71. "iphone" : {
  72. "app@2x" : "unpackage/res/icons/120x120.png",
  73. "app@3x" : "unpackage/res/icons/180x180.png",
  74. "notification@2x" : "unpackage/res/icons/40x40.png",
  75. "notification@3x" : "unpackage/res/icons/60x60.png",
  76. "settings@2x" : "unpackage/res/icons/58x58.png",
  77. "settings@3x" : "unpackage/res/icons/87x87.png",
  78. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  79. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  80. }
  81. }
  82. }
  83. }
  84. },
  85. /* 快应用特有相关 */
  86. "quickapp" : {},
  87. /* 小程序特有相关 */
  88. "mp-weixin" : {
  89. "appid" : "",
  90. "setting" : {
  91. "urlCheck" : false
  92. },
  93. "usingComponents" : true
  94. },
  95. "mp-alipay" : {
  96. "usingComponents" : true
  97. },
  98. "mp-baidu" : {
  99. "usingComponents" : true
  100. },
  101. "mp-toutiao" : {
  102. "usingComponents" : true
  103. },
  104. "uniStatistics" : {
  105. "enable" : false
  106. },
  107. "h5" : {
  108. "title" : "",
  109. "domain" : "",
  110. "router" : {
  111. // 正常打包目录
  112. "base" : "/app/"
  113. },
  114. // 宜昌打包目录
  115. // "base" : "/dstechbh/app/"
  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. }