// TODO: 替换为实际接口地址 const IS_DEV = true export const BASE_URL = IS_DEV ? 'http://10.10.10.10:8889/' : '' export const TIMEOUT = 30000