昨天运行还可以,今天就404了,是服务器问题吗?我没改过代码,拿你的代码参考而已。
代理也还是原来的配置
proxyTable: { '/users/*': { // target: 'http://127.0.0.1:3333' // 请求本地 需要clone node-api项目 target: 'http://mall.yucccc.com:3333' // 请求线上 可直接运行 }, '/goods/*': { // target: 'http://127.0.0.1:3333' target: 'http://mall.yucccc.com:3333' }, },