manifest.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name" : "万吉商城",
  3. "appid" : "__UNI__F0EBD91",
  4. "description" : "",
  5. "versionName" : "1.2.1",
  6. "versionCode" : 121,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. /* 5+App特有相关 */
  10. "usingComponents" : true,
  11. "splashscreen" : {
  12. "alwaysShowBeforeRender" : true,
  13. "waiting" : true,
  14. "autoclose" : true,
  15. "delay" : 0
  16. },
  17. "modules" : {
  18. "Payment" : {}
  19. },
  20. /* 模块配置 */
  21. "distribute" : {
  22. /* 应用发布信息 */
  23. "android" : {
  24. /* android打包配置 */
  25. "permissions" : [
  26. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  27. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  28. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  29. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  30. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
  31. ],
  32. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
  33. },
  34. "ios" : {
  35. "idfa" : false
  36. },
  37. /* ios打包配置 */
  38. "sdkConfigs" : {
  39. "maps" : {},
  40. "oauth" : {
  41. "weixin" : {
  42. "appid" : "",
  43. "appsecret" : "",
  44. "UniversalLinks" : ""
  45. }
  46. },
  47. "geolocation" : {},
  48. "payment" : {
  49. "weixin" : {
  50. "__platform__" : [ "android" ],
  51. "appid" : "wxffce2314997e677b",
  52. "UniversalLinks" : ""
  53. }
  54. },
  55. "push" : {},
  56. "share" : {},
  57. "speech" : {},
  58. "statics" : {},
  59. "ad" : {}
  60. },
  61. "icons" : {
  62. "android" : {
  63. "hdpi" : "unpackage/res/icons/72x72.png",
  64. "xhdpi" : "unpackage/res/icons/96x96.png",
  65. "xxhdpi" : "unpackage/res/icons/144x144.png",
  66. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  67. },
  68. "ios" : {
  69. "appstore" : "unpackage/res/icons/1024x1024.png",
  70. "ipad" : {
  71. "app" : "unpackage/res/icons/76x76.png",
  72. "app@2x" : "unpackage/res/icons/152x152.png",
  73. "notification" : "unpackage/res/icons/20x20.png",
  74. "notification@2x" : "unpackage/res/icons/40x40.png",
  75. "proapp@2x" : "unpackage/res/icons/167x167.png",
  76. "settings" : "unpackage/res/icons/29x29.png",
  77. "settings@2x" : "unpackage/res/icons/58x58.png",
  78. "spotlight" : "unpackage/res/icons/40x40.png",
  79. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  80. },
  81. "iphone" : {
  82. "app@2x" : "unpackage/res/icons/120x120.png",
  83. "app@3x" : "unpackage/res/icons/180x180.png",
  84. "notification@2x" : "unpackage/res/icons/40x40.png",
  85. "notification@3x" : "unpackage/res/icons/60x60.png",
  86. "settings@2x" : "unpackage/res/icons/58x58.png",
  87. "settings@3x" : "unpackage/res/icons/87x87.png",
  88. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  89. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  90. }
  91. }
  92. },
  93. "splashscreen" : {
  94. "androidStyle" : "default",
  95. "android" : {
  96. "hdpi" : "C:/Users/Administrator/Desktop/万吉/启动图480.png",
  97. "xhdpi" : "C:/Users/Administrator/Desktop/万吉/启动图720.png",
  98. "xxhdpi" : "C:/Users/Administrator/Desktop/万吉/启动图1080.png"
  99. },
  100. "iosStyle" : "common"
  101. }
  102. }
  103. },
  104. /* SDK配置 */
  105. "quickapp" : {},
  106. /* 快应用特有相关 */
  107. "mp-weixin" : {
  108. /* 小程序特有相关 */
  109. "usingComponents" : true,
  110. "appid" : "",
  111. "setting" : {
  112. "urlCheck" : true
  113. }
  114. },
  115. "h5" : {
  116. "title" : "商城",
  117. "domain" : "",
  118. "router" : {
  119. "base" : "/index/",
  120. "mode" : "hash"
  121. },
  122. "devServer" : {
  123. "proxy" : {
  124. "/api" : {
  125. "target" : "http://gp.liuniu946.com/api",
  126. // "changeOrigin": true,
  127. "pathRewrite" : {
  128. "/api" : "" // rewrite path
  129. }
  130. }
  131. }
  132. }
  133. }
  134. }