guoshipeng
2022-11-07 13906d0efa0d3411ee5cd4f01d086a56632ee74d
src/utils/request.js
@@ -6,13 +6,13 @@
// const baseUrl = 'http://47.99.64.149:8081/'
const baseUrl = 'http://192.168.0.42:8081/' // lzj
const baseUrl = 'http://47.99.64.149:8081/'
// const baseUrl = 'http://192.168.0.42:8081/' // lzj
// const baseUrl = 'http://192.168.0.33:8081/' // yy
// const baseUrl = 'http://192.168.0.25:8081' // jj
// const baseUrl = 'http://192.168.0.33:8085/'// swb
// const baseUrl = 'http://121.43.179.139:8080'
// create an axios instance
// create an axios instance
const service = axios.create({
  // baseURL: 'http://47.99.64.149:8080/screen_api_v2/', // url = base url + request url
  baseURL: baseUrl,