Update menus
This commit is contained in:
parent
64bc2471dd
commit
1384ba6d7c
|
|
@ -17,22 +17,25 @@ app.factory('dataService', [function() {
|
||||||
|
|
||||||
loginMenus: [{
|
loginMenus: [{
|
||||||
uiSref: 'bookmarks',
|
uiSref: 'bookmarks',
|
||||||
title: '书签'
|
title: '显示模式'
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'tags',
|
uiSref: 'tags',
|
||||||
title: '分类'
|
title: '分类'
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'note',
|
uiSref: 'note',
|
||||||
title: '备忘'
|
title: '备忘',
|
||||||
|
show: false
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'weixin-article',
|
uiSref: 'weixin-article',
|
||||||
title: '热门'
|
title: '热门',
|
||||||
|
show: false
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'settings',
|
uiSref: 'settings',
|
||||||
title: '设置'
|
title: '设置'
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'advice',
|
uiSref: 'advice',
|
||||||
title: '留言'
|
title: '留言',
|
||||||
|
show: false
|
||||||
}],
|
}],
|
||||||
notLoginMenus: [{
|
notLoginMenus: [{
|
||||||
uiSref: '/',
|
uiSref: '/',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue