|
|
@@ -132,6 +132,7 @@ export const axiosFactory = () => {
|
|
|
}
|
|
|
|
|
|
if (!matchURL(axiosConfig.unTokenSet, config)) {
|
|
|
+ console.log('config.headers', config.headers, !config.headers?.sharePassword)
|
|
|
if (!axiosConfig.token && !config.headers?.sharePassword) {
|
|
|
if (!offline && !matchURL(axiosConfig.unReqErrorSet, config)) {
|
|
|
const error = new Error('缺少token')
|