Skip to content

Commit

Permalink
docs: demo ts type error
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Nov 2, 2020
1 parent 387fac3 commit 839769d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/wrapper/demo/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const list: IMenu[] = [
id: 382,
name: '调度管理',
icon: 'car',
url: null,
url: '',
pid: 0,
systemId: 37,
},
Expand All @@ -32,7 +32,7 @@ const list: IMenu[] = [
id: 385,
name: '订单管理',
icon: 'car',
url: null,
url: '',
pid: 0,
systemId: 37,
},
Expand Down Expand Up @@ -64,7 +64,7 @@ const list: IMenu[] = [
id: 389,
name: '审核管理',
icon: 'check',
url: null,
url: '',
pid: 0,
systemId: 37,
},
Expand Down Expand Up @@ -152,7 +152,7 @@ const list: IMenu[] = [
id: 438,
name: '下单管理',
icon: 'car',
url: null,
url: '',
pid: 0,
systemId: 37,
},
Expand Down

0 comments on commit 839769d

Please sign in to comment.