Commit 8c49cf2211ee2bdff45b9705f0c3c781584ff178
1 parent
d4735dce7c
Exists in
master
and in
3 other branches
added dashboard option while login in school time
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/api/menu.js
... | ... | @@ -216,6 +216,12 @@ const accountMenu = [{ |
216 | 216 | const schoolMenu = [ |
217 | 217 | // { header: 'Apps' }, |
218 | 218 | { |
219 | + title: 'Dashboard', | |
220 | + // group: 'apps', | |
221 | + name: 'Dashboard', | |
222 | + icon: '/static/icon/dashboard.png', | |
223 | + }, | |
224 | + { | |
219 | 225 | title: 'School', |
220 | 226 | // group: 'apps', |
221 | 227 | path: '/school', | ... | ... |