// 本地开发 // const baseUrl = "/staticData"; // 线上开发 const baseUrl = './staticData' export default baseUrl;