标签:bsp div localhost col proxy pre style dex ble
在config/index.js里配置proxyTable代理
1 proxyTable: { 2 ‘/goods‘: { 3 target: ‘http://localhost:3000‘, 4 } 5 }
vue访问本地后台
原文地址:https://www.cnblogs.com/223zzm/p/11258933.html