package.json 762 B

12345678910111213141516171819202122232425262728
  1. {
  2. "uni-app": {
  3. "scripts": {
  4. "build:build64": {
  5. "title": "build:build64",
  6. "env": {
  7. "UNI_PLATFORM": "h5",
  8. "H_NODE_ENV": "development",
  9. "H_BASE_URL": "https://greath5.dev.gztjy.top/serviceapi",
  10. "H_UP_FILE_URL": "https://serviceapi.wdzzgs.com/thirdapi/upload/single/minio"
  11. }
  12. },
  13. "build:buildOnline": {
  14. "title": "build:online",
  15. "env": {
  16. "UNI_PLATFORM": "h5",
  17. "H_NODE_ENV": "production",
  18. "H_BASE_URL": "https://h5.wdzzgs.com/serviceapi",
  19. "H_UP_FILE_URL": "https://serviceapi.wdzzgs.com/thirdapi/upload/single/minio"
  20. }
  21. }
  22. }
  23. },
  24. "dependencies": {
  25. "moment": "^2.29.4",
  26. "weixin-jsapi": "^1.1.0"
  27. }
  28. }