Authored by yyq

header容错

... ... @@ -182,6 +182,9 @@ const requestNavBar = (type) => {
cache: true,
code: 200
}).then(res => {
if (!res) {
return {};
}
return setHeaderData(res.data, type);
});
};
... ...