update vue-loader

This commit is contained in:
Pan
2017-08-28 22:59:09 +08:00
parent f7aee3b5a3
commit bae698c9ad
4 changed files with 3 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ export default {
])
},
created() {
console.log(this.roles)
if (this.roles.indexOf('admin') >= 0) {
return
}