module.exports = {
devServer: {
proxy: {
'/api': {
target: 'https://loan.dev88.0rui.cn',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}