增加 appstatus,messagebox式样

This commit is contained in:
simple321vip
2023-03-03 22:33:11 +08:00
parent 9596d764ca
commit e875c917ba
7 changed files with 116 additions and 24 deletions
+8
View File
@@ -83,4 +83,12 @@ export default [
}
},
},
{
url: '/wiki/api/v1/author/blogs/001',
method: 'POST',
response: () => {
return {
}
},
},
] as MockMethod[]
+14
View File
@@ -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
},