manifest.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name" : "潜山教育收发文系统",
  3. "appid" : "__UNI__C111CD4",
  4. "description" : "潜山教育收发文系统",
  5. "versionName" : "1.1.0",
  6. "versionCode" : 110,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. // APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭
  10. "optimization" : {
  11. "subPackages" : true
  12. },
  13. "compatible" : {
  14. "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
  15. },
  16. "safearea" : {
  17. "bottom" : {
  18. "offset" : "none"
  19. }
  20. },
  21. "splashscreen" : {
  22. "alwaysShowBeforeRender" : true,
  23. "waiting" : true,
  24. "autoclose" : true,
  25. "delay" : 0
  26. },
  27. "usingComponents" : true,
  28. "nvueCompiler" : "uni-app",
  29. "compilerVersion" : 3,
  30. "modules" : {},
  31. "distribute" : {
  32. "android" : {
  33. "permissions" : [],
  34. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
  35. "autoSdkPermissions" : false
  36. },
  37. "ios" : {
  38. "dSYMs" : false
  39. },
  40. "sdkConfigs" : {
  41. "ad" : {}
  42. },
  43. "icons" : {
  44. "android" : {
  45. "hdpi" : "static/logo.png",
  46. "xhdpi" : "static/logo.png",
  47. "xxhdpi" : "",
  48. "xxxhdpi" : ""
  49. },
  50. "ios" : {
  51. "appstore" : "",
  52. "ipad" : {
  53. "app" : "",
  54. "app@2x" : "",
  55. "notification" : "",
  56. "notification@2x" : "",
  57. "proapp@2x" : "",
  58. "settings" : "",
  59. "settings@2x" : "",
  60. "spotlight" : "",
  61. "spotlight@2x" : ""
  62. },
  63. "iphone" : {
  64. "app@2x" : "",
  65. "app@3x" : "",
  66. "notification@2x" : "",
  67. "notification@3x" : "",
  68. "settings@2x" : "",
  69. "settings@3x" : "",
  70. "spotlight@2x" : "",
  71. "spotlight@3x" : ""
  72. }
  73. }
  74. }
  75. }
  76. },
  77. "quickapp" : {},
  78. "mp-weixin" : {
  79. "appid" : "wxf556d2b0c34da8cf",
  80. "setting" : {
  81. "urlCheck" : false,
  82. "es6" : true,
  83. "minified" : true,
  84. "postcss" : true
  85. },
  86. "optimization" : {
  87. "subPackages" : true
  88. },
  89. "usingComponents" : true,
  90. "permission" : {
  91. "scope.userLocation" : {
  92. "desc" : "wxf556d2b0c34da8cf"
  93. }
  94. }
  95. },
  96. "mp-alipay" : {
  97. "usingComponents" : true,
  98. "component2" : true
  99. },
  100. "mp-qq" : {
  101. "optimization" : {
  102. "subPackages" : true
  103. },
  104. "appid" : ""
  105. },
  106. "mp-baidu" : {
  107. "usingComponents" : true,
  108. "appid" : ""
  109. },
  110. "mp-toutiao" : {
  111. "usingComponents" : true,
  112. "appid" : ""
  113. },
  114. "h5" : {
  115. "devServer" : {
  116. "port" : 8080,
  117. "disableHostCheck" : true,
  118. "proxy" : {
  119. "/wxuser" : {
  120. "target" : "https://test.xinxiny.com:8100",
  121. "changeOrigin" : true,
  122. "secure" : false,
  123. "pathRewrite" : {
  124. "^/wxuser" : ""
  125. }
  126. }
  127. },
  128. "https" : false
  129. },
  130. "template" : "template.h5.html",
  131. "router" : {
  132. "mode" : "history",
  133. "base" : ""
  134. },
  135. "optimization" : {
  136. "treeShaking" : {
  137. "enable" : false
  138. }
  139. },
  140. "title" : "新星源"
  141. }
  142. }