manifest.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name" : "mobile_h5",
  3. "appid" : "__UNI__DE74995",
  4. "description" : "",
  5. "versionName" : "1.2.0",
  6. "versionCode" : 120,
  7. "uni-app-x" : {},
  8. /* 快应用特有相关 */
  9. "quickapp" : {},
  10. /* 小程序特有相关 */
  11. "mp-weixin" : {
  12. "appid" : "",
  13. "setting" : {
  14. "urlCheck" : false
  15. },
  16. "usingComponents" : true
  17. },
  18. "mp-alipay" : {
  19. "usingComponents" : true
  20. },
  21. "mp-baidu" : {
  22. "usingComponents" : true
  23. },
  24. "mp-toutiao" : {
  25. "usingComponents" : true
  26. },
  27. "uniStatistics" : {
  28. "enable" : false
  29. },
  30. "vueVersion" : "3",
  31. "app" : {
  32. "distribute" : {
  33. "icons" : {
  34. "android" : {
  35. "hdpi" : "",
  36. "xhdpi" : "",
  37. "xxhdpi" : "",
  38. "xxxhdpi" : ""
  39. }
  40. }
  41. }
  42. },
  43. "h5" : {
  44. "title" : "保利",
  45. "optimization" : {
  46. "treeShaking" : {
  47. "enable" : true
  48. }
  49. },
  50. "router" : {
  51. "base" : "/poly/",
  52. "mode" : "hash"
  53. }
  54. }
  55. }