package.json 793 B

1234567891011121314151617181920212223242526
  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://xusfoodapi.dev.dazesoft.cn/appapi/app",
  10. "H_UP_FILE_URL": "https://xusfoodapi.dev.dazesoft.cn/appapi/app",
  11. "H_STATIC_FILE_URL": "http://res.dev.dazesoft.cn/xushuo/"
  12. }
  13. },
  14. "build:buildOnline": {
  15. "title": "build:online",
  16. "env": {
  17. "UNI_PLATFORM": "h5",
  18. "H_NODE_ENV": "production",
  19. "H_BASE_URL": "https://xusapi.gzxsjt.cn/appapi/app",
  20. "H_UP_FILE_URL": "https://xusapi.gzxsjt.cn/thirdapi/upload/single/minio",
  21. "H_STATIC_FILE_URL": "http://res.gzxsjt.cn/xushuo/"
  22. }
  23. }
  24. }
  25. }
  26. }