Authored by 沈志敏

fix

... ... @@ -271,9 +271,9 @@ const intercept = (url) => {
} else {
location.href = url;
}
}
};
module.exports = {
titleMap: titleMap,
intercept: intercept
}
};
... ...