使用 cors 跨域 ,后端设置 Access-Control-Allow-Headers 设置 为 ‘*’,移动端浏览器请求失败,PC端请求成功
改成具体值 'content-type,token' 移动端浏览器请求也成功