feat: handle organizations page

This commit is contained in:
EnixCoda 2018-10-08 22:09:29 +08:00
parent 106513e051
commit ece8080fc4

View file

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