更新歌手页面,接口

This commit is contained in:
2024-07-10 15:55:19 +08:00
parent bcf5d09b3b
commit 8a3a30807a
3 changed files with 55 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ export function tbShopSongEdit(data) {
*/
export function tbShopSongDel(ids) {
return request({
url: 'api/tbProduct/',
url: '/api/tbShopSong',
method: 'delete',
data: ids
})