feat(about): assign about.rules and about.click_black access to registered and login user.

This commit is contained in:
OldHawk
2018-03-11 17:24:11 +08:00
parent c33c826684
commit 0a6f190432

View File

@@ -18,6 +18,7 @@
url: '/rules',
templateUrl: '/modules/about/client/views/rules.client.view.html',
data: {
roles: ['user', 'oper', 'admin'],
pageTitle: 'PAGETITLE.RULES'
}
})
@@ -25,6 +26,7 @@
url: '/black',
templateUrl: '/modules/about/client/views/black.client.view.html',
data: {
roles: ['user', 'oper', 'admin'],
pageTitle: 'PAGETITLE.BLACK'
}
})