You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
261 B
JavaScript
12 lines
261 B
JavaScript
|
5 years ago
|
// 代理接口的配置
|
||
|
|
module.exports = {
|
||
|
|
// '/node-aoi':{
|
||
|
|
// target: `http://127.0.0.1:${default_config.port}`,
|
||
|
|
// changeOrigin: true,
|
||
|
|
// ws: true,
|
||
|
|
// pathRewrite: {
|
||
|
|
// '/node-aoi': ''
|
||
|
|
// }
|
||
|
|
// },
|
||
|
|
}
|