|
@@ -65,7 +65,7 @@ service.interceptors.request.use(
|
|
|
let isToken = (config.headers || {}).isToken === false
|
|
|
// token类型
|
|
|
const tokenIndex = config.tokenIndex ? config.tokenIndex : getIsEnterprise() ? 1 : 2
|
|
|
- console.log('令牌类型', tokenIndex === 1 ? '企业:' : '个人:', getToken(tokenIndex))
|
|
|
+ // console.log('令牌类型', tokenIndex === 1 ? '企业:' : '个人:', getToken(tokenIndex))
|
|
|
whiteList.some((v) => {
|
|
|
if (config.url) {
|
|
|
config.url.indexOf(v) > -1
|