manifest.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "name" : "台州互联融媒体",
  3. "appid" : "__UNI__EEC3739",
  4. "description" : "",
  5. "versionName" : "1.0.7",
  6. "versionCode" : 107,
  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" : "wxf5df6dcc18834a18",
  52. "UniversalLinks" : ""
  53. }
  54. },
  55. "push" : {},
  56. "share" : {},
  57. "speech" : {},
  58. "statics" : {},
  59. "ad" : {}
  60. },
  61. "splashscreen" : {
  62. "androidStyle" : "default",
  63. "android" : {
  64. "hdpi" : "",
  65. "xhdpi" : "",
  66. "xxhdpi" : ""
  67. }
  68. },
  69. "icons" : {
  70. "android" : {
  71. "hdpi" : "",
  72. "xhdpi" : "",
  73. "xxhdpi" : "",
  74. "xxxhdpi" : ""
  75. },
  76. "ios" : {
  77. "appstore" : "",
  78. "ipad" : {
  79. "app" : "",
  80. "app@2x" : "",
  81. "notification" : "",
  82. "notification@2x" : "",
  83. "proapp@2x" : "",
  84. "settings" : "",
  85. "settings@2x" : "",
  86. "spotlight" : "",
  87. "spotlight@2x" : ""
  88. },
  89. "iphone" : {
  90. "app@2x" : "",
  91. "app@3x" : "",
  92. "notification@2x" : "",
  93. "notification@3x" : "",
  94. "settings@2x" : "",
  95. "settings@3x" : "",
  96. "spotlight@2x" : "",
  97. "spotlight@3x" : ""
  98. }
  99. }
  100. }
  101. }
  102. },
  103. /* SDK配置 */
  104. "quickapp" : {},
  105. /* 快应用特有相关 */
  106. "mp-weixin" : {
  107. /* 小程序特有相关 */
  108. "usingComponents" : true,
  109. "appid" : "",
  110. "setting" : {
  111. "urlCheck" : true
  112. }
  113. },
  114. // "h5" : {
  115. // "title" : "商城",
  116. // "domain" : "",
  117. // "router" : {
  118. // "base" : "/index/",
  119. // "mode" : "hash"
  120. // },
  121. // "devServer" : {
  122. // "proxy" : {
  123. // "/api" : {
  124. // "target" : "http://192.168.0.101/api",
  125. // // "changeOrigin": true,
  126. // "pathRewrite" : {
  127. // "/api" : "" // rewrite path
  128. // }
  129. // }
  130. // }
  131. // }
  132. // }
  133. "h5" : {
  134. "title" : "台州互联融媒体",
  135. "domain" : "",
  136. "router" : {
  137. "base" : "/index/",
  138. "mode" : "hash"
  139. },
  140. "devServer" : {
  141. "proxy" : {
  142. "/api" : {
  143. "target" : "http://media.fgtpt.cn/api", //请求的目标域名
  144. // "target" : "http://rmt.frp.liuniu946.com/api",
  145. "changeOrigin" : true,
  146. // "secure": false,
  147. "pathRewrite" : {
  148. "^/api" : "/"
  149. }
  150. }
  151. }
  152. }
  153. }
  154. }