export const baseUrl = 'http://127.0.0.1:3000'; export const apiMap = { searchProduct: { path: `/api/product/search`, }, productInfo: { path: `/api/product` }, searchSolution: { path: `/api/solution/search`, }, solutionInfo: { path: `/api/solution` }, addPageRead: { path: `/api/news/read` }, searchNews: { path: `/api/news/search`, }, newsInfo: { // 新闻与解决方案都是文章,不多做接口 path: `/api/solution` }, downloads: { path: `/api/download/list` }, downloadItem: { path: `/api/download/` } }