123456789101112 |
- const dev = {
- baseUrl: 'http://localhost:8585',
- // baseUrl: 'https://rider.kxmall.vip/prod-api',
- // baseUrl: 'https://1q713u4954.oicp.vip',
- // baseUrl: '/prod-api',
- h5Appid: 'wx9ed9e41ad18f832a',
- // debug: true
- }
- export function def() {
- return dev
- }
|