axios: {
proxy: true,
retry: { retries: 0 },
},
proxy: { // 上線關(guān)閉
'/ic': {
target: 'https://www.baidu.cn/',
secure: false, // 如果是https接口,需要配置這個(gè)參數(shù)
changeOrigin: true,
pathRewrite: {
'^/ic': '/ic'
}
},
'/v1': {
target: 'http://www.youku.com',
secure: false, // 如果是https接口,需要配置這個(gè)參數(shù)
changeOrigin: true,
pathRewrite: {
'^/v1': '/v1'
}
}
},
浙公網(wǎng)安備 33010602011771號(hào)