feat: 登录接口环境调试

This commit is contained in:
duanshuwen
2025-12-21 22:48:23 +08:00
parent 2fb6a0d7e9
commit 72d1869f40
4 changed files with 14 additions and 3 deletions

View File

@@ -44,5 +44,14 @@ export default defineConfig(async () => {
"@locales": resolve(__dirname, "locales"),
},
},
server: {
proxy: {
'/ingress': {
target: 'http://8.138.234.141',
changeOrigin: true,
},
},
},
}
});