爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
617 B

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. // config.js
  2. const type = 'dev'
  3. const config = {
  4. dev: {
  5. baseUrl: 'http://h5.xzaiyp.top',
  6. },
  7. prod: {
  8. baseUrl: 'https://www.ddmhs.top',
  9. }
  10. }
  11. const defaultConfig = {
  12. mapKey: 'XMBBZ-BCPCV-SXPPQ-5Y7MY-PHZXK-YFFVU',
  13. aliOss: {
  14. url: 'https://oss.ddmhs.top/',
  15. config: {
  16. region: 'oss-cn-hangzhou',
  17. accessKeyId: 'LTAI5tDXgH5a42GbUZroVvio',
  18. accessKeySecret: 'TK7jQ0KeXnFBHNxpEHzT83Spp81tl5',
  19. bucket: 'ossddmhs',
  20. endpoint: 'oss-cn-hangzhou.aliyuncs.com',
  21. }
  22. }
  23. }
  24. import utils from './utils/utils.js'
  25. export default utils.deepMergeObject(defaultConfig, config[type])