test cont.
This commit is contained in:
parent
5b8fdbe958
commit
cf8cbeb5f7
|
|
@ -10,7 +10,7 @@ app.use('/build', express.static('build'));
|
|||
const options = (target) => {
|
||||
return {
|
||||
target: target,
|
||||
changeOrigin: true, // 允许在请求头中更改主机
|
||||
changeOrigin: false, // 允许在请求头中更改主机
|
||||
timeout: 30000,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue