feat: 更改请求代理地址

This commit is contained in:
zoujing
2026-04-02 16:52:31 +08:00
parent b2ca694fbd
commit 9436ff138e
5 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ export default defineConfig(({ mode }) => {
},
server: {
proxy: {
'/ingress/hotelBiz': {
'/ingress/agent': {
target: 'http://8.138.234.141',
changeOrigin: true
}