manifest.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "name" : "商城",
  3. "appid" : "__UNI__19572D0",
  4. "description" : "花店商城",
  5. "versionName" : "1.0.12",
  6. "versionCode" : "1012",
  7. "transformPx" : true,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "nvueLaunchMode" : "fast",
  14. "splashscreen" : {
  15. "alwaysShowBeforeRender" : true,
  16. "waiting" : true,
  17. "autoclose" : true,
  18. "delay" : 0
  19. },
  20. "modules" : {
  21. "OAuth" : {},
  22. "Payment" : {},
  23. "Push" : {},
  24. "Share" : {},
  25. "Speech" : {},
  26. "VideoPlayer" : {}
  27. },
  28. /* 应用发布信息 */
  29. "distribute" : {
  30. /* android打包配置 */
  31. "android" : {
  32. "permissions" : [ "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>" ]
  33. },
  34. /* ios打包配置 */
  35. "ios" : {
  36. "urlschemewhitelist" : [ "baidumap", "iosamap" ],
  37. "privacyDescription" : {
  38. "NSPhotoLibraryUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  39. "NSPhotoLibraryAddUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  40. "NSCameraUsageDescription" : "该应用需要获取您的摄像头权限,以便支持您直接拍照上传头像、门店图片或花材图片"
  41. },
  42. "idfa" : false
  43. },
  44. /* SDK配置 */
  45. "sdkConfigs" : {
  46. "speech" : {}
  47. },
  48. "orientation" : [ "portrait-primary" ]
  49. },
  50. "uniStatistics" : {
  51. "enable" : false
  52. }
  53. },
  54. /* 快应用特有相关 */
  55. "quickapp" : {},
  56. /* 小程序特有相关 线上(花卉宝) wx99a1dfc4171efb42 开发(中花卉) wxe41bd5816affd0ba */
  57. "mp-weixin" : {
  58. "appid" : "wxe41bd5816affd0ba",
  59. "setting" : {
  60. "urlCheck" : false
  61. },
  62. "optimization" : {
  63. "subPackages" : true
  64. },
  65. "usingComponents" : true,
  66. /* 微信要求定位类隐私接口须在 requiredPrivateInfos 声明,否则 chooseLocation 直接 fail */
  67. "permission" : {
  68. "scope.userLocation" : {
  69. "desc" : "你的位置信息将用于填写收货地址"
  70. }
  71. },
  72. "requiredPrivateInfos" : [ "chooseLocation" ],
  73. "lazyCodeLoading":"requiredComponents",
  74. "uniStatistics" : {
  75. "enable" : false
  76. }
  77. },
  78. "mp-alipay" : {
  79. "usingComponents" : true,
  80. "uniStatistics" : {
  81. "enable" : false
  82. }
  83. },
  84. "mp-baidu" : {
  85. "usingComponents" : true,
  86. "uniStatistics" : {
  87. "enable" : false
  88. }
  89. },
  90. "mp-toutiao" : {
  91. "usingComponents" : true,
  92. "uniStatistics" : {
  93. "enable" : false
  94. }
  95. },
  96. "h5" : {
  97. "template" : "template.h5.html",
  98. "router" : {
  99. // "mode" : "history",
  100. "base" : "/"
  101. },
  102. "async": {
  103. "timeout": 200000
  104. },
  105. "optimization": {
  106. "treeShaking": {
  107. "enable": true
  108. }
  109. },
  110. "devServer": {
  111. "port": 81,
  112. "proxy": {
  113. "/api": {
  114. "target": "https://api.mall.huaml.com",
  115. "secure": false,
  116. "changeOrigin": true,
  117. "pathRewrite": {
  118. "^/api": ""
  119. }
  120. }
  121. }
  122. },
  123. "sdkConfigs" : {
  124. "maps" : {
  125. "qqmap" : {
  126. "key" : ""
  127. }
  128. }
  129. },
  130. "uniStatistics" : {
  131. "enable" : false
  132. }
  133. },
  134. "uniStatistics" : {
  135. "version" : "2",
  136. "enable" : false
  137. },
  138. "app-harmony" : {
  139. "uniStatistics" : {
  140. "enable" : false
  141. }
  142. },
  143. "mp-harmony" : {
  144. "uniStatistics" : {
  145. "enable" : false
  146. }
  147. },
  148. "mp-jd" : {
  149. "uniStatistics" : {
  150. "enable" : false
  151. }
  152. },
  153. "mp-kuaishou" : {
  154. "uniStatistics" : {
  155. "enable" : false
  156. }
  157. },
  158. "mp-lark" : {
  159. "uniStatistics" : {
  160. "enable" : false
  161. }
  162. },
  163. "mp-qq" : {
  164. "uniStatistics" : {
  165. "enable" : false
  166. }
  167. },
  168. "mp-xhs" : {
  169. "uniStatistics" : {
  170. "enable" : false
  171. }
  172. },
  173. "quickapp-webview-huawei" : {
  174. "uniStatistics" : {
  175. "enable" : false
  176. }
  177. },
  178. "quickapp-webview-union" : {
  179. "uniStatistics" : {
  180. "enable" : false
  181. }
  182. }
  183. }