host.js 442 Bytes
Newer Older
王建威's avatar
王建威 committed
1
// php测试环境
2
export const php = 'http://test.pet-dbc.cn/mobile/index.php?'
王建威's avatar
王建威 committed
3 4

// php镜像
郑秀明's avatar
郑秀明 committed
5
// export const php = 'https://jingxiang.pet-dbc.cn/mobile/index.php?'
王建威's avatar
王建威 committed
6 7

// php正式环境
8
// export const php = 'https://shop.pet-dbc.cn/mobile/index.php?'
王建威's avatar
王建威 committed
9 10

// go测试环境
11
export const go = 'https://tm.pet-dbc.cn'
王建威's avatar
王建威 committed
12 13

// go镜像环境 
郑秀明's avatar
郑秀明 committed
14
// export const go = 'https://jxm.pet-dbc.cn'
王建威's avatar
王建威 committed
15 16

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