DESKTOP-CVS3R96\我恁爹
2022-11-15 a1fb6cd3c3b8a48da4f9393e09718da04f51a373
1
2
3
4
5
6
7
8
9
10
11
12
13
 
const ENV = process.env.NODE_ENV
export default {
  DOMAIN: 'https://api.mitrade.cc/',
  baseURL: ENV == 'development'?'https://api.mitrade.cc/':'https://api.mitrade.cc/',
  // baseURL: 'http://localhost:8070',
  /* Util API */
  baseURL: 'https://api.mitrade.cc/',
  util: {
    image: '/util/image.html' // 图片上传
  }
}
// https://api.mitrade.cc