config.js 250 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 // prod // const baseUrl_api = 'https://research.wtwuxicenter.com/'; // staging // const baseUrl_api = "http://22yidpjzjifv.ngrok.xiaomiqiu123.top/stage-api/"; const baseUrl_api = "http://192.168.1.11:8787"; export default { baseUrl_api }