baseUrlApi.js 203 Bytes
const base_dev_URL = 'http://172.16.43.49:3000'
const base_pro_URL = 'http://mts.huahengweld.com'
//const base_pro_URL = 'http://mts.huahengweld.com/'


export default {
  base_dev_URL,
  base_pro_URL,
}