baseUrlApi.js 203 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 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, }