test cont.

This commit is contained in:
黄心宇 2024-04-18 12:22:16 +08:00
parent 5b8fdbe958
commit cf8cbeb5f7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ app.use('/build', express.static('build'));
const options = (target) => {
return {
target: target,
changeOrigin: true, // 允许在请求头中更改主机
changeOrigin: false, // 允许在请求头中更改主机
timeout: 30000,
};
}