feat:移除音乐绑定接口中的指定服务器地址注释,简化代码结构。

This commit is contained in:
wangjie52
2025-08-02 16:59:30 +08:00
parent f28de8d1de
commit f6876703dc

View File

@@ -22,6 +22,5 @@ export function bindMusicToCategory(categoryId, musicIds) {
return request({ return request({
url: `/back/category/bind/${categoryId}/${musicIds.join(',')}`, url: `/back/category/bind/${categoryId}/${musicIds.join(',')}`,
method: 'put', method: 'put',
baseURL: 'http://60.205.107.210:8080' // 使用指定的服务器地址
}) })
} }