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