manifest.json 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. {
  2. "name" : "销花宝",
  3. "appid" : "__UNI__BD781B0",
  4. "description" : "鲜花批发销售管理系统",
  5. "versionName" : "1.1.68",
  6. "versionCode" : 1168,
  7. "transformPx" : true,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "nvueLaunchMode" : "fast",
  14. "compatible" : {
  15. "ignoreVersion" : true
  16. },
  17. "splashscreen" : {
  18. "alwaysShowBeforeRender" : true,
  19. "waiting" : true,
  20. "autoclose" : true,
  21. "delay" : 0
  22. },
  23. "modules" : {
  24. "VideoPlayer" : {},
  25. "Bluetooth" : {},
  26. "Geolocation" : {},
  27. "OAuth" : {},
  28. "Share" : {},
  29. "Camera" : {},
  30. "Barcode" : {}
  31. },
  32. /* 应用发布信息 */
  33. "distribute" : {
  34. /* android打包配置 */
  35. "android" : {
  36. "permissions" : [
  37. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  38. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  39. ],
  40. "autoSdkPermissions" : false,
  41. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  42. "permissionExternalStorage" : {
  43. "request" : "none",
  44. "prompt" : "保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  45. },
  46. "permissionPhoneState" : {
  47. "request" : "none",
  48. "prompt" : "为保证您正常和安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  49. }
  50. },
  51. /* ios打包配置 */
  52. "ios" : {
  53. "urlschemewhitelist" : [ "baidumap", "iosamap" ],
  54. "privacyDescription" : {
  55. "NSPhotoLibraryUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  56. "NSPhotoLibraryAddUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  57. "NSCameraUsageDescription" : "该应用需要获取您的摄像头权限,以便支持您直接拍照上传头像、门店图片或花材图片"
  58. },
  59. "idfa" : false,
  60. "capabilities" : {
  61. "entitlements" : {
  62. "com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
  63. }
  64. }
  65. },
  66. /* SDK配置 */
  67. "sdkConfigs" : {
  68. "speech" : {
  69. "ifly" : {}
  70. },
  71. "share" : {
  72. "weixin" : {
  73. "appid" : "wxb379c1f2f3ef705e",
  74. "UniversalLinks" : "https://fronttg.wixhb.com/uni-universallinks/__UNI__BD781B0/"
  75. }
  76. },
  77. "ad" : {},
  78. "geolocation" : {
  79. "system" : {
  80. "__platform__" : [ "ios", "android" ]
  81. }
  82. },
  83. "maps" : {},
  84. "oauth" : {
  85. "univerify" : {}
  86. }
  87. },
  88. "orientation" : [ "portrait-primary" ],
  89. "icons" : {
  90. "android" : {
  91. "hdpi" : "unpackage/res/icons/72x72.png",
  92. "xhdpi" : "unpackage/res/icons/96x96.png",
  93. "xxhdpi" : "unpackage/res/icons/144x144.png",
  94. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  95. },
  96. "ios" : {
  97. "appstore" : "unpackage/res/icons/1024.png",
  98. "ipad" : {
  99. "app" : "unpackage/res/icons/76x76.png",
  100. "app@2x" : "unpackage/res/icons/152x152.png",
  101. "notification" : "unpackage/res/icons/20x20.png",
  102. "notification@2x" : "unpackage/res/icons/40x40.png",
  103. "proapp@2x" : "unpackage/res/icons/167x167.png",
  104. "settings" : "unpackage/res/icons/29x29.png",
  105. "settings@2x" : "unpackage/res/icons/58x58.png",
  106. "spotlight" : "unpackage/res/icons/40x40.png",
  107. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  108. },
  109. "iphone" : {
  110. "app@2x" : "unpackage/res/icons/120x120.png",
  111. "app@3x" : "unpackage/res/icons/180x180.png",
  112. "notification@2x" : "unpackage/res/icons/40x40.png",
  113. "notification@3x" : "unpackage/res/icons/60x60.png",
  114. "settings@2x" : "unpackage/res/icons/58x58.png",
  115. "settings@3x" : "unpackage/res/icons/87x87.png",
  116. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  117. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  118. }
  119. }
  120. },
  121. "splashscreen" : {
  122. "useOriginalMsgbox" : true
  123. }
  124. },
  125. "nativePlugins" : {
  126. "CL-Dialog" : {
  127. "__plugin_info__" : {
  128. "name" : "确认提示框",
  129. "description" : "为了统一两个平台的提示(对话框)框的效果,以及对文字颜色内容的可自定义",
  130. "platforms" : "Android,iOS",
  131. "url" : "https://ext.dcloud.net.cn/plugin?id=1497",
  132. "android_package_name" : "zhh.huahuibao.app",
  133. "ios_bundle_id" : "com.zhh.xhb",
  134. "isCloud" : true,
  135. "bought" : 1,
  136. "pid" : "1497",
  137. "parameters" : {}
  138. }
  139. },
  140. "Html5app-Gprinter" : {
  141. "__plugin_info__" : {
  142. "name" : "Android 和 IOS 佳博 蓝牙小票 标签 打印插件",
  143. "description" : "Android / IOS 佳博小票 、标签 打印机插件,QQ交流群:891416757",
  144. "platforms" : "Android,iOS",
  145. "url" : "https://ext.dcloud.net.cn/plugin?id=462",
  146. "android_package_name" : "zhh.huahuibao.app",
  147. "ios_bundle_id" : "com.zhh.xhb",
  148. "isCloud" : true,
  149. "bought" : 1,
  150. "pid" : "462",
  151. "parameters" : {}
  152. }
  153. },
  154. "Uhf53Helper" : {
  155. "__plugin_info__" : {
  156. "name" : "Uhf53Helper",
  157. "description" : "Uhf53Helper",
  158. "platforms" : "Android",
  159. "url" : "",
  160. "android_package_name" : "",
  161. "ios_bundle_id" : "",
  162. "isCloud" : false,
  163. "bought" : -1,
  164. "pid" : "",
  165. "parameters" : {}
  166. }
  167. }
  168. }
  169. },
  170. /* 快应用特有相关 */
  171. "quickapp" : {},
  172. /* 小程序特有相关 线上(销花宝) wxcf32b3f0684c2433 开发(花掌柜) wx21b7c3ef12082099 */
  173. "mp-weixin" : {
  174. "appid" : "wx21b7c3ef12082099",
  175. "setting" : {
  176. "urlCheck" : false
  177. },
  178. "usingComponents" : true,
  179. "permission" : {
  180. "scope.userLocation" : {
  181. "desc" : "请点击确定"
  182. }
  183. },
  184. "optimization" : {
  185. "subPackages" : true
  186. },
  187. "lazyCodeLoading":"requiredComponents"
  188. },
  189. "mp-alipay" : {
  190. "usingComponents" : true
  191. },
  192. "mp-baidu" : {
  193. "usingComponents" : true
  194. },
  195. "mp-toutiao" : {
  196. "usingComponents" : true
  197. },
  198. "h5" : {
  199. "template" : "template.h5.html",
  200. "router" : {
  201. // "mode" : "history",
  202. "base" : "/"
  203. },
  204. "async" : {
  205. "timeout" : 20000
  206. },
  207. "optimization" : {
  208. "treeShaking" : {
  209. "enable" : true
  210. }
  211. },
  212. "devServer" : {
  213. "port" : 81,
  214. "proxy" : {
  215. "/api" : {
  216. "target" : "http://api.shop.hzghd.com",
  217. "secure" : false,
  218. "changeOrigin" : true,
  219. "pathRewrite" : {
  220. "^/api" : ""
  221. }
  222. }
  223. }
  224. },
  225. "sdkConfigs" : {
  226. "maps" : {
  227. "qqmap" : {
  228. "key" : ""
  229. }
  230. }
  231. }
  232. }
  233. }