1234567891011121314 |
- const dev = {
- baseUrl: 'http://localhost:8585',
- // baseUrl: 'http://116.62.17.100:8585',
- // baseUrl: 'https://1q713u4954.oicp.vip',
- // baseUrl: 'https://api.kxmall.vip',
- // baseUrl: '/prod-api',
- h5Appid: 'wxdb19069bd8e49de3',
- mapKey: '76133c81af0fe1aa35fc458fe97888a2',
- // debug: true
- }
- export function def() {
- return dev
- }
|