第三方账号快速登录
安装npm install whatwg-fetch –save-dva; 要么bower install fetch; 要么yarn add whatwg-fetch导入:import fetch from ‘dva/fetch’;用法 HTMLfetch('/users.html') .then(function(response) { return response.text() }).th...