提交 17235412 authored 作者: 顺随心动's avatar 顺随心动

修改扫描登录失败BUG

上级 ffda317a
......@@ -51,7 +51,11 @@ export default function request(url, options, config = {enableLoading: true}) {
};
const newOptions = { ...defaultOptions, ...options };
if (getToken() && (url.indexOf('/third/token') <= -1 || url.indexOf('wxConfigApi/getConfig') <= -1)) {
if (getToken() && (url.indexOf('/third/token') <= -1
&& url.indexOf('wxConfigApi/getConfig') <= -1
&& url.indexOf('wxConfigApi/auth') <= -1
)) {
console.log();
url = url + "?token=" + getToken()
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论