From f6876703dce05da646c4c1abebdd9ac737a9377b Mon Sep 17 00:00:00 2001 From: wangjie52 Date: Sat, 2 Aug 2025 16:59:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=A7=BB=E9=99=A4=E9=9F=B3?= =?UTF-8?q?=E4=B9=90=E7=BB=91=E5=AE=9A=E6=8E=A5=E5=8F=A3=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=EF=BC=8C=E7=AE=80=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/api/content/music.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ruoyi-ui/src/api/content/music.js b/ruoyi-ui/src/api/content/music.js index 3e834ac..0d8f34c 100644 --- a/ruoyi-ui/src/api/content/music.js +++ b/ruoyi-ui/src/api/content/music.js @@ -22,6 +22,5 @@ export function bindMusicToCategory(categoryId, musicIds) { return request({ url: `/back/category/bind/${categoryId}/${musicIds.join(',')}`, method: 'put', - baseURL: 'http://60.205.107.210:8080' // 使用指定的服务器地址 }) } \ No newline at end of file