采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
找不到地址,点击登录,控制台也没有出现404not found?
现在charles不会拦截localhost域名了,可以用webpack-dev-server自带的proxy配置,配置文件里加上下面这段就行了
devServer: { port: 8088, inline: true, proxy : { '**/*.do' : { target: 'http://test.happymmall.com', changeOrigin : true } } }
devServer: {
port: 8088,
inline: true,
proxy : {
'**/*.do' : {
target: 'http://test.happymmall.com',
changeOrigin : true
}
登录后可查看更多问答,登录/注册
【毕设项目精品】前端实战,对接真实服务端数据,开发完整项目
1.7k 14
1.4k 13
1.9k 12
1.4k 12