proxyTable:{'/server':{target:'http://localhost:8000/',//接口的域�?//secure:false,//如果是https接口,需要配置这个参�?changeOrigin:true,//如果接口跨域,需要进行这个参数配�?//pathRewrite:{//'^/api':''//}}'/user':{target:'http://localhost:8000/user/register',//接口的域�?secure:true,//如果是https接口,需要配置这个参�?changeOrigin:true,//如果接口跨域,需要进行这个参数配�?//pathRewrite:{//'^/api':''//}},}
添加回答
举报
0/150
提交
取消