manifest.json 649 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name" : "nongxiaoyu",
  3. "appid" : "__UNI__D07390E",
  4. "description" : "农小禹小程序",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "distribute" : {
  10. "android" : {
  11. "permissions" : [ "INTERNET" ]
  12. }
  13. }
  14. },
  15. "mp-weixin" : {
  16. "appid" : "wxc738cddfb96a9176",
  17. "setting" : {
  18. "urlCheck" : false
  19. }
  20. },
  21. "vueVersion" : "2",
  22. "h5" : {
  23. "devServer" : {
  24. "port" : 9000,
  25. "host": "0.0.0.0"
  26. },
  27. "router" : {
  28. "base" : "./"
  29. }
  30. }
  31. }