feat: 登录接口环境调试
This commit is contained in:
@@ -44,5 +44,14 @@ export default defineConfig(async () => {
|
||||
"@locales": resolve(__dirname, "locales"),
|
||||
},
|
||||
},
|
||||
|
||||
server: {
|
||||
proxy: {
|
||||
'/ingress': {
|
||||
target: 'http://8.138.234.141',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user