fix: hide when in github settings page

This commit is contained in:
EnixCoda 2018-10-07 21:07:49 +08:00
parent f72d96fb34
commit a3df17967a

View file

@ -24,7 +24,7 @@ function parse() {
return parsedData
}
const RESERVED_NAME = ['blog']
const RESERVED_NAME = ['blog', 'settings']
// route types related to determining if sidebar should show
const TYPES = {
TREE: 'tree',