baseURL.js 280 B

1234567891011
  1. // #ifdef H5
  2. const baseUrl = '/api'
  3. // #endif
  4. // #ifdef APP-PLUS
  5. // const baseUrl = "http://192.168.10.73:20001"; //刘俊杰
  6. const baseUrl = "http://192.168.10.80:20001"; //杨佳松
  7. // const baseUrl = "http://warst-prod.demo.com/api"; //prod
  8. // #endif
  9. export default baseUrl;