/** 接口请求地址 */ // 需要代理的时候,将这个设置为 api/ export const BASE_URL = 'https://cs001.kasitesoft.com/'; /** 接口是否加密 */ export const IS_ENCRYPT = false; /** 接口超时时间 默认1分钟 */ export const TIMEOUT = 60000;