mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
✨ feat(music): 添加自动解析 并修改获取url的逻辑
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ export default defineConfig({
|
||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
},
|
||||
'/music': {
|
||||
target: 'http://myalger.top:4000',
|
||||
target: 'http://110.42.251.190:4100',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/music/, ''),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user