/* 全局配置文件 */ // 接口基础地址 export const BASE_URL = 'http://localhost:8080' // 请求超时时间(毫秒) export const TIMEOUT = 10000 // 默认请求头 export const DEFAULT_HEADERS = { 'clientid': 'fe63fea7be31b0200b496d08bc6b517d', 'X-Platform-Code': 'MfJkMNMW2JKXBuPcbP2rxkD3ynXmReAZZFm4fN7cAGwGJdKCmd' }