manifest.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name" : "壹领小程序",
  3. "appid" : "__UNI__2069C61",
  4. "description" : "壹领医疗的官方小程序",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {},
  10. // ... (保持不变)
  11. /* 快应用特有相关 */
  12. "quickapp" : {},
  13. /* 小程序特有相关 */
  14. "mp-weixin" : {
  15. "appid" : "wxed3b59f12231cf4f",
  16. "setting" : {
  17. "urlCheck" : false,
  18. "es6" : true,
  19. "postcss" : true,
  20. "minified" : true,
  21. "newFeature" : true,
  22. "coverView" : true,
  23. "autoAudits" : false,
  24. "checkInvalidKey" : true,
  25. "checkSiteMap" : true,
  26. "uploadWithSourceMap" : true,
  27. "babelSetting" : {
  28. "ignore" : [],
  29. "disablePlugins" : [],
  30. "outputPath" : ""
  31. }
  32. },
  33. "usingComponents" : true,
  34. "permission" : {
  35. "scope.userLocation" : {
  36. "desc" : "您的位置信息将用于小程序位置接口的效果展示"
  37. },
  38. "scope.userInfo" : {
  39. "desc" : "您的用户信息将用于完善会员资料"
  40. },
  41. "scope.phoneNumber" : {
  42. "desc" : "您的手机号将用于账号登录和安全验证"
  43. }
  44. }
  45. },
  46. "mp-alipay" : {
  47. "usingComponents" : true
  48. },
  49. "mp-baidu" : {
  50. "usingComponents" : true
  51. },
  52. "mp-toutiao" : {
  53. "usingComponents" : true
  54. },
  55. "uniStatistics" : {
  56. "enable" : false
  57. },
  58. "vueVersion" : "3"
  59. }