|
|
@@ -93,13 +93,13 @@ export default {
|
|
|
{ cert_id: id, id },
|
|
|
{ headers, neverLogout: true }
|
|
|
);
|
|
|
- console.log(res);
|
|
|
const showCats =
|
|
|
cats.data && cats.data.developers
|
|
|
? cats.data.developers.slice(0, 10)
|
|
|
: [];
|
|
|
const showCount = cats.data ? cats.data.count : 0;
|
|
|
const data = res.data;
|
|
|
+ console.log(res, cats);
|
|
|
if (!data) {
|
|
|
return {
|
|
|
detail: {
|