host.js 442 Bytes
// php测试环境
export const php = 'http://test.pet-dbc.cn/mobile/index.php?'

// php镜像
// export const php = 'https://jingxiang.pet-dbc.cn/mobile/index.php?'

// php正式环境
// export const php = 'https://shop.pet-dbc.cn/mobile/index.php?'

// go测试环境
export const go = 'https://tm.pet-dbc.cn'

// go镜像环境 
// export const go = 'https://jxm.pet-dbc.cn'

// go正式环境
// export const go = 'https://m.pet-dbc.cn';