feat(vip): nav to new state when vip roles not matched

This commit is contained in:
OldHawk
2018-04-23 14:02:12 +08:00
parent d8826e30c4
commit ab4820ac4c

View File

@@ -18,6 +18,8 @@
url: '',
templateUrl: '/modules/vip/client/views/vip.client.view.html',
data: {
roles: ['user', 'oper', 'admin'],
rolesStateTo: 'vip.rules',
pageTitle: 'PAGETITLE.VIP'
}
})