const env = 'prod'; const configs = { dev: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', h5Url: 'http://192.168.0.191:8080/#/' }, test: { apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend', h5Url: 'http://114.218.158.24:9051/#/' }, prod: { apiBaseUrl: 'https://oa-b.szjixun.cn/#/', h5Url: 'https://oa-b.szjixun.cn/#/' }, } const config = configs[env]; export default config;