Skip to content

Commit

Permalink
fix(demo): fix roles mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Jul 27, 2021
1 parent 4c9e856 commit c375e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mock/demo/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const roleList = (() => {
roleValue: '@first',
createTime: '@datetime',
remark: '@cword(10,20)',
menu: [['0', '1', '2'], ['0', '1'], ['0', '2'], ['2']][index],
'status|1': ['0', '1'],
});
}
Expand Down

0 comments on commit c375e32

Please sign in to comment.