fix(route): jin10 undefinded item
This commit is contained in:
parent
582df7c055
commit
28d1703bd7
|
|
@ -20,7 +20,7 @@ module.exports = async (ctx) => {
|
|||
vip: '1',
|
||||
},
|
||||
});
|
||||
return response.data;
|
||||
return response.data.filter((item) => item.type !== 1);
|
||||
},
|
||||
config.cache.routeExpire,
|
||||
false
|
||||
|
|
|
|||
Loading…
Reference in New Issue