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