index.js 272 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 module.exports = { mockApi: 'http://mock.simonfungc.com', Dev: { baseApi: 'https://ow.go.qudone.com' }, Test: { baseApi: 'https://test-api.xxx.com' }, Slave: { baseApi: 'https://slave-api.xxx.com' }, Prod: { baseApi: 'https://api.k.wxpai.cn/bizproxy' } }