node Vue cors 以及 cookie的设置 (withCredentials)

 

1.node npm install cors 

  配置下cors 要设置指定的域

 app.use(cors({
      origin: 'http://a.com',

  credentials: true 
   }))

2.vue axios 

axios.defaults.withCredentials = true 

posted @ 2017-03-29 09:44  x.radish  阅读(4310)  评论(0编辑  收藏  举报