module.exports = { publicPath: '/', devServer: { proxy: { '/api/api': { target: 'http://192.168.31.233:8090', changeOrigin: true, pathRewrite: { '^/api/api': '' } } } } }