9、接口代理

62 阅读1分钟
// 参考: https://blog.csdn.net/saltlike/article/details/120882098
proxy:{
	'/api':{
        target: targetUrl,
        // target: 'https://10.31.17.227:6400',
        changeOrigin: true,
        logLevel: 'debug',
        pathRewite:{
            '^api':'https://172.18.63.5:6400'
        }
    },
}