1、找到config文件夹下的index.js文件。
2、配置 这个属性。
proxyTable: { '/api': { target: 'http://106.12.183.239', changeOrigin: true, pathRewrite: { '^/api': '' } } },