manifest.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. {
  2. "name" : "销花宝",
  3. "appid" : "__UNI__BD781B0",
  4. "description" : "鲜花批发销售管理系统",
  5. "versionName" : "1.2.64",
  6. "versionCode" : 1264,
  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. "Push" : {}
  32. },
  33. /* 应用发布信息 */
  34. "distribute" : {
  35. /* android打包配置 */
  36. "android" : {
  37. "permissions" : [
  38. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  39. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  40. ],
  41. "autoSdkPermissions" : false,
  42. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  43. "permissionExternalStorage" : {
  44. "request" : "none",
  45. "prompt" : "保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  46. },
  47. "permissionPhoneState" : {
  48. "request" : "none",
  49. "prompt" : "为保证您正常和安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  50. },
  51. "targetSdkVersion" : 30,
  52. "minSdkVersion" : 21
  53. },
  54. /* ios打包配置 */
  55. "ios" : {
  56. "urlschemewhitelist" : [ "baidumap", "iosamap" ],
  57. "privacyDescription" : {
  58. "NSPhotoLibraryUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  59. "NSPhotoLibraryAddUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  60. "NSCameraUsageDescription" : "该应用需要获取您的摄像头权限,以便支持您直接拍照上传头像、门店图片或花材图片",
  61. "NSUserTrackingUsageDescription" : "请放心,开启权限不会获取您在其他站点的隐私信息,该权限仅用于标识设备、第三方广告、并保障服务安全与提示浏览体验"
  62. },
  63. "idfa" : true,
  64. "capabilities" : {
  65. "entitlements" : {
  66. "com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
  67. }
  68. },
  69. "dSYMs" : false
  70. },
  71. /* SDK配置 */
  72. "sdkConfigs" : {
  73. "speech" : {},
  74. "share" : {
  75. "weixin" : {
  76. "appid" : "wxb379c1f2f3ef705e",
  77. "UniversalLinks" : "https://fronttg.wixhb.com/uni-universallinks/__UNI__BD781B0/"
  78. }
  79. },
  80. "ad" : {},
  81. "geolocation" : {
  82. "system" : {
  83. "__platform__" : [ "ios", "android" ]
  84. }
  85. },
  86. "maps" : {},
  87. "oauth" : {
  88. "univerify" : {}
  89. },
  90. "push" : {
  91. "unipush" : {
  92. "version" : "2",
  93. "offline" : true,
  94. "hms" : {},
  95. "oppo" : {},
  96. "vivo" : {},
  97. "mi" : {},
  98. "honor" : {},
  99. "icons" : {
  100. "small" : {
  101. "xxhdpi" : "unpackage/res/icons/72x72.png"
  102. }
  103. }
  104. }
  105. }
  106. },
  107. "orientation" : [ "portrait-primary" ],
  108. "icons" : {
  109. "android" : {
  110. "hdpi" : "unpackage/res/icons/72x72.png",
  111. "xhdpi" : "unpackage/res/icons/96x96.png",
  112. "xxhdpi" : "unpackage/res/icons/144x144.png",
  113. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  114. },
  115. "ios" : {
  116. "appstore" : "unpackage/res/icons/1024.png",
  117. "ipad" : {
  118. "app" : "unpackage/res/icons/76x76.png",
  119. "app@2x" : "unpackage/res/icons/152x152.png",
  120. "notification" : "unpackage/res/icons/20x20.png",
  121. "notification@2x" : "unpackage/res/icons/40x40.png",
  122. "proapp@2x" : "unpackage/res/icons/167x167.png",
  123. "settings" : "unpackage/res/icons/29x29.png",
  124. "settings@2x" : "unpackage/res/icons/58x58.png",
  125. "spotlight" : "unpackage/res/icons/40x40.png",
  126. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  127. },
  128. "iphone" : {
  129. "app@2x" : "unpackage/res/icons/120x120.png",
  130. "app@3x" : "unpackage/res/icons/180x180.png",
  131. "notification@2x" : "unpackage/res/icons/40x40.png",
  132. "notification@3x" : "unpackage/res/icons/60x60.png",
  133. "settings@2x" : "unpackage/res/icons/58x58.png",
  134. "settings@3x" : "unpackage/res/icons/87x87.png",
  135. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  136. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  137. }
  138. }
  139. },
  140. "splashscreen" : {
  141. "useOriginalMsgbox" : true
  142. }
  143. },
  144. "nativePlugins" : {
  145. "CL-Dialog" : {
  146. "__plugin_info__" : {
  147. "name" : "确认提示框",
  148. "description" : "为了统一两个平台的提示(对话框)框的效果,以及对文字颜色内容的可自定义",
  149. "platforms" : "Android,iOS",
  150. "url" : "https://ext.dcloud.net.cn/plugin?id=1497",
  151. "android_package_name" : "zhh.huahuibao.app",
  152. "ios_bundle_id" : "com.zhh.xhb",
  153. "isCloud" : true,
  154. "bought" : 1,
  155. "pid" : "1497",
  156. "parameters" : {}
  157. }
  158. },
  159. "Html5app-Gprinter" : {
  160. "__plugin_info__" : {
  161. "name" : "Android 和 IOS 佳博 蓝牙小票 标签 打印插件",
  162. "description" : "Android / IOS 佳博小票 、标签 打印机插件,QQ交流群:891416757",
  163. "platforms" : "Android,iOS",
  164. "url" : "https://ext.dcloud.net.cn/plugin?id=462",
  165. "android_package_name" : "zhh.huahuibao.app",
  166. "ios_bundle_id" : "com.zhh.xhb",
  167. "isCloud" : true,
  168. "bought" : 1,
  169. "pid" : "462",
  170. "parameters" : {}
  171. }
  172. },
  173. "Uhf53Helper" : {
  174. "__plugin_info__" : {
  175. "name" : "Uhf53Helper",
  176. "description" : "Uhf53Helper",
  177. "platforms" : "Android",
  178. "url" : "",
  179. "android_package_name" : "",
  180. "ios_bundle_id" : "",
  181. "isCloud" : false,
  182. "bought" : -1,
  183. "pid" : "",
  184. "parameters" : {}
  185. }
  186. }
  187. },
  188. "uniStatistics" : {
  189. "enable" : false
  190. }
  191. },
  192. /* 快应用特有相关 */
  193. "quickapp" : {},
  194. /* 小程序特有相关 线上(销花宝) wxcf32b3f0684c2433 开发(花掌柜) wx21b7c3ef12082099 */
  195. "mp-weixin" : {
  196. "appid" : "wx21b7c3ef12082099",
  197. "setting" : {
  198. "urlCheck" : false,
  199. "minified" : true
  200. },
  201. "usingComponents" : true,
  202. "permission" : {
  203. "scope.userLocation" : {
  204. "desc" : "请点击确定"
  205. }
  206. },
  207. "optimization" : {
  208. "subPackages" : true
  209. },
  210. "lazyCodeLoading":"requiredComponents",
  211. "uniStatistics" : {
  212. "enable" : false
  213. },
  214. "unipush" : {
  215. "enable" : false
  216. }
  217. },
  218. "mp-alipay" : {
  219. "usingComponents" : true,
  220. "uniStatistics" : {
  221. "enable" : false
  222. }
  223. },
  224. "mp-baidu" : {
  225. "usingComponents" : true,
  226. "uniStatistics" : {
  227. "enable" : false
  228. }
  229. },
  230. "mp-toutiao" : {
  231. "usingComponents" : true,
  232. "uniStatistics" : {
  233. "enable" : false
  234. }
  235. },
  236. "h5" : {
  237. "template" : "template.h5.html",
  238. "router" : {
  239. // "mode" : "history",
  240. "base" : "/"
  241. },
  242. "async" : {
  243. "timeout" : 20000
  244. },
  245. "optimization" : {
  246. "treeShaking" : {
  247. "enable" : true
  248. }
  249. },
  250. "devServer" : {
  251. "port" : 81,
  252. "proxy" : {
  253. "/api" : {
  254. "target" : "http://api.shop.hzghd.com",
  255. "secure" : false,
  256. "changeOrigin" : true,
  257. "pathRewrite" : {
  258. "^/api" : ""
  259. }
  260. }
  261. }
  262. },
  263. "sdkConfigs" : {
  264. "maps" : {
  265. "qqmap" : {
  266. "key" : ""
  267. }
  268. }
  269. },
  270. "uniStatistics" : {
  271. "enable" : false
  272. }
  273. },
  274. "uniStatistics" : {
  275. "enable" : false,
  276. "version" : "2"
  277. },
  278. "app-harmony" : {
  279. "uniStatistics" : {
  280. "enable" : false
  281. }
  282. },
  283. "mp-harmony" : {
  284. "uniStatistics" : {
  285. "enable" : false
  286. }
  287. },
  288. "mp-jd" : {
  289. "uniStatistics" : {
  290. "enable" : false
  291. }
  292. },
  293. "mp-kuaishou" : {
  294. "uniStatistics" : {
  295. "enable" : false
  296. }
  297. },
  298. "mp-lark" : {
  299. "uniStatistics" : {
  300. "enable" : false
  301. }
  302. },
  303. "mp-qq" : {
  304. "uniStatistics" : {
  305. "enable" : false
  306. }
  307. },
  308. "mp-xhs" : {
  309. "uniStatistics" : {
  310. "enable" : false
  311. }
  312. },
  313. "quickapp-webview-huawei" : {
  314. "uniStatistics" : {
  315. "enable" : false
  316. }
  317. },
  318. "quickapp-webview-union" : {
  319. "uniStatistics" : {
  320. "enable" : false
  321. }
  322. }
  323. }