add dashboard component
This commit is contained in:
@@ -74,4 +74,13 @@ export default [
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
url: '/wiki/api/v1/author/blogs/count',
|
||||
method: 'GET',
|
||||
response: () => {
|
||||
return {
|
||||
count: 101,
|
||||
}
|
||||
},
|
||||
},
|
||||
] as MockMethod[]
|
||||
|
||||
Reference in New Issue
Block a user