manifest.json 485 B

12345678910111213141516171819202122
  1. {
  2. "name" : "nongxiaoyu",
  3. "appid" : "__UNI__1234567",
  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. }