/** 不同请求服务的环境配置 */ export const serviceConfig: Record> = { dev: { url: 'http://localhost:18099', }, test: { url: 'http://localhost:18099', }, prod: { url: 'http://localhost:18099', }, }