Skip to content

Commit

Permalink
refactor(other): 分支合并
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Oct 22, 2021
2 parents 6274107 + 79c36fb commit 036af70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ Mock.mock('/api/personal/tasks', 'get', () => ({
// Mock.mock('/api/auth/roles', 'get', genRoles)
Mock.mock('/api/home/swiperInfo', 'get', getSwiperInfo)

// Mock.mock('/api/media/list', 'get', {"code":200,"msg":null,"data":{"current":1,"totalPages":3,"list":[{"path":"/upload/2021/08/20210824220629997.jpg","id":1},{"path":"/upload/2021/08/20210825055716812.jpg","id":2},{"path":"/upload/2021/08/20210825070335950.jpg","id":3}]}})
// Mock.mock('/api/media/list', 'get', {"code":200,"msg":null,"data":{"current":1,"totalPages":3,"list":[{"path":"/upload/2021/08/20210824220629997.jpg","id":1},{"path":"/upload/2021/08/20210825055716812.jpg","id":2},{"path":"/upload/2021/08/20210825070335950.jpg","id":3}]}})

0 comments on commit 036af70

Please sign in to comment.