// 修正重复的/api路径 export default { NOVEL_LIST: '/novel/list', // 从 /api/novel/list 改为 /novel/list CATEGORY_TREE: '/category/tree', HOT_NOVELS: '/novel/hot', ADS: '/ad/position' }