package.json 706 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "custom",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "uni-app": {
  13. "scripts": {
  14. "dev": {
  15. "title": "开发版",
  16. "env": {
  17. "UNI_PLATFORM": "h5",
  18. "API_BASE_URL":"https://t-mapi.colormaprun.com/api/card/",
  19. "OSS_URL": "http://t-oss-card.colormaprun.com/card/"
  20. }
  21. },
  22. "prod": {
  23. "title": "正式版",
  24. "env": {
  25. "UNI_PLATFORM": "h5",
  26. "API_BASE_URL":"https://colormaprun.com/api/card/",
  27. "OSS_URL": "http://oss-card.colormaprun.com/card/"
  28. }
  29. }
  30. }
  31. }
  32. }