摘要: 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 阅读(4306) 评论(0) 推荐(1) 编辑