1***@qq.com
1***@qq.com
  • 发布:2021-04-01 15:27
  • 更新:2021-04-01 15:27
  • 阅读:603

VUE 开发的App 打包后 安卓一切正常 ios测试包登录不上报错

分类:HTML5+

VUE 开发的App 打包后 安卓一切正常 ios测试包登录不上直接报错直接走到了,chtch里面 后端就没有收到请求.用的是axios请求。急急急!求大佬看看。

这是请求的接口

export function login(data, sid) {  
    return request({  
        url: `/Account/LoginAPP`,  
        method: "post",  
        withCredentials: true, // 默认的  
        crossDomain: true,  
        headers: {  
            "ASP.NET_SessionId": sid,  
            'Content-Type': 'application/json;charset=UTF-8'  
        },  
        data,  
    })  
}
2021-04-01 15:27 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复