style: 💄 mock接口根据 prettier 格式化
This commit is contained in:
@@ -214,14 +214,13 @@ export default defineMock([
|
||||
{
|
||||
url: "roles/:id/menuIds",
|
||||
method: ["GET"],
|
||||
body: ({ params }) => {
|
||||
body: ({}) => {
|
||||
return {
|
||||
code: "00000",
|
||||
data: [
|
||||
1, 2, 31, 32, 33, 88, 3, 70, 71, 72, 4, 73, 75, 74, 5, 76, 77, 78, 6,
|
||||
79, 81, 84, 85, 86, 87, 40, 41, 26, 30, 20, 21, 22, 23, 24, 89, 90,
|
||||
91, 36, 37, 38, 39, 93, 94, 95, 97, 102, 89, 90, 91, 93, 94, 95, 97,
|
||||
102, 103, 104,
|
||||
1, 2, 31, 32, 33, 88, 3, 70, 71, 72, 4, 73, 75, 74, 5, 76, 77, 78, 6, 79, 81, 84, 85, 86,
|
||||
87, 40, 41, 26, 30, 20, 21, 22, 23, 24, 89, 90, 91, 36, 37, 38, 39, 93, 94, 95, 97, 102,
|
||||
89, 90, 91, 93, 94, 95, 97, 102, 103, 104,
|
||||
],
|
||||
msg: "一切ok",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user