增加 appstatus,messagebox式样
This commit is contained in:
@@ -83,4 +83,12 @@ export default [
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
url: '/wiki/api/v1/author/blogs/001',
|
||||
method: 'POST',
|
||||
response: () => {
|
||||
return {
|
||||
}
|
||||
},
|
||||
},
|
||||
] as MockMethod[]
|
||||
|
||||
@@ -24,6 +24,20 @@ export default [
|
||||
btId: "001",
|
||||
order: 1,
|
||||
},
|
||||
{
|
||||
bid: "0003",
|
||||
title: "three",
|
||||
content: "xxxxxxxxx",
|
||||
btId: "001",
|
||||
order: 2,
|
||||
},
|
||||
{
|
||||
bid: "0004",
|
||||
title: "four",
|
||||
content: "xxyyyyxxxxxxx",
|
||||
btId: "001",
|
||||
order: 3,
|
||||
},
|
||||
],
|
||||
order: 0
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user