package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "uni-app": {
  3. "scripts": {
  4. "dev-h5": {
  5. "title": "开发版H5",
  6. "browser": "chrome",
  7. "env": {
  8. "UNI_PLATFORM": "h5",
  9. "UNI_BASE_URL": "https://nsbusinessapi.tuanfengkeji.cn"
  10. },
  11. "define": {
  12. "DEV-H5": true
  13. }
  14. },
  15. "prod-h5": {
  16. "title": "正式H5",
  17. "browser": "chrome",
  18. "env": {
  19. "UNI_PLATFORM": "h5",
  20. "UNI_BASE_URL": "https://nsbusinessapi.tuanfengkeji.cn"
  21. },
  22. "define": {
  23. "DEV-H5": true
  24. }
  25. },
  26. "test-h5": {
  27. "title": "测试H5",
  28. "browser": "chrome",
  29. "env": {
  30. "UNI_PLATFORM": "h5",
  31. "UNI_BASE_URL": "https://nsbusinessapitest.tuanfengkeji.cn"
  32. },
  33. "define": {
  34. "DEV-H5": true
  35. }
  36. },
  37. "devwx": {
  38. "title": "开发版微信",
  39. "env": {
  40. "UNI_PLATFORM": "mp-weixin",
  41. "UNI_BASE_URL": "https://nsbusinessapi.tuanfengkeji.cn"
  42. },
  43. "define": {
  44. "MP-DINGTALK": true
  45. }
  46. },
  47. "prewx": {
  48. "title": "正式版微信",
  49. "env": {
  50. "UNI_PLATFORM": "mp-weixin",
  51. "UNI_BASE_URL": "https://nsbusinessapi.tuanfengkeji.cn"
  52. },
  53. "define": {
  54. "MP-DINGTALK": true
  55. }
  56. },
  57. "testvx": {
  58. "title": "测试版微信",
  59. "env": {
  60. "UNI_PLATFORM": "mp-weixin",
  61. "UNI_BASE_URL": "https://nsbusinessapitest.tuanfengkeji.cn"
  62. },
  63. "define": {
  64. "MP-DINGTALK": true
  65. }
  66. }
  67. }
  68. }
  69. }
  70. // {
  71. // "dependencies": {
  72. // "axios": "^0.21.1",
  73. // "clipboard": "^2.0.8",
  74. // "crypto-js": "^4.1.1",
  75. // "image-tools": "^1.4.0",
  76. // "jweixin-module": "^1.6.0",
  77. // "lodash": "^4.17.21",
  78. // "mini-html-parser2": "^0.3.0",
  79. // "swiper": "^5.4.5",
  80. // "vue-awesome-swiper": "^4.1.1"
  81. // },
  82. // "devDependencies": {
  83. // "moment": "^2.29.1"
  84. // }
  85. // }