mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-25 00:37:24 +08:00
添加刷歌, 修改请求代理
This commit is contained in:
@@ -10,4 +10,21 @@ export default defineConfig({
|
||||
"@": path.resolve(__dirname, "src"),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
host: "0.0.0.0", //允许本机
|
||||
proxy: {
|
||||
// string shorthand
|
||||
"/mt": {
|
||||
target: "http://mt.myalger.top",
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/mt/, ""),
|
||||
},
|
||||
// with options
|
||||
"/api": {
|
||||
target: "http://123.56.226.179:3000",
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, ""),
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user