vscode-live-server icon indicating copy to clipboard operation
vscode-live-server copied to clipboard

多代理

Open yr00000 opened this issue 1 year ago • 0 comments

"liveServer.settings.proxy": { //代理设置
    "enable": true, //是否开启代理设置 
    "baseUri": "/api", //代理的访问根路径  
    "proxyUri": "http://127.0.0.1:8053/api" //远程服务端接口  http://localhost:8050
}

如何设置多代理?

yr00000 avatar Aug 10 '22 04:08 yr00000