vue access to the local background

ProxyTable proxy configuration in config / index.js in

1 proxyTable: {
2     '/goods': {
3         target: 'http://localhost:3000',
4     }
5 }

 

Guess you like

Origin www.cnblogs.com/223zzm/p/11258933.html