diff --git a/src/views/trials/trials-myinfo/account.vue b/src/views/trials/trials-myinfo/account.vue index 35244193..3bbfe432 100644 --- a/src/views/trials/trials-myinfo/account.vue +++ b/src/views/trials/trials-myinfo/account.vue @@ -210,7 +210,6 @@ export default { }, computed: { roles() { - console.log(this.$store.state.user.roles, 'this.$store.state.user.roles') return this.$store.state.user.roles }, hasRole() {