https://segmentfault.com/a/1190000011007043
// config.jsmodule.exports = {// ...dev: {? ? proxyTable: {// 將所有以 /api 開(kāi)頭的請(qǐng)求通過(guò) jsonplaceholder 代理'/api': {? ? ? ? target:'http://jsonplaceholder.typicode.com',? ? ? ? changeOrigin:true,? ? ? ? pathRewrite: {'^/api':''}? ? ? }? ? }? }}