Commit c375e32305eae5128e09ad1bda39ce0cc6afd790

Authored by 无木
1 parent 4c9e8564

fix(demo): fix roles mock data

Showing 1 changed file with 1 additions and 0 deletions
mock/demo/system.ts
@@ -28,6 +28,7 @@ const roleList = (() => { @@ -28,6 +28,7 @@ const roleList = (() => {
28 roleValue: '@first', 28 roleValue: '@first',
29 createTime: '@datetime', 29 createTime: '@datetime',
30 remark: '@cword(10,20)', 30 remark: '@cword(10,20)',
  31 + menu: [['0', '1', '2'], ['0', '1'], ['0', '2'], ['2']][index],
31 'status|1': ['0', '1'], 32 'status|1': ['0', '1'],
32 }); 33 });
33 } 34 }