fix(vip): vip view can be viewed by guest

This commit is contained in:
OldHawk
2017-06-05 14:26:10 +08:00
parent aa4a8b0324
commit 123d63cafa

View File

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