config里这么写是不是相当于访问/fundcommonfile/的话,都走的http://10.99.41.138:8091地址,是的话怎么让两个target都生效呢?
proxy: {
'/fundcommonfile': {
target: 'http://10.99.41.138:8091',
changeOrigin: true,
secure: false,
pathRewrite: {
'^/fundcommonfile/': '',
},
},
},