Browse Source

update Dashboard.vue

reghao 3 tháng trước cách đây
mục cha
commit
75a33d78f5
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/admin/Dashboard.vue

+ 1 - 2
src/views/admin/Dashboard.vue

@@ -124,9 +124,8 @@ export default {
   methods: {
     getData() {
       const role = store.getters.roles[0]
-      console.log(role)
       if (role.startsWith(this.rolePrefix)) {
-        this.this.devops = true
+        this.devops = true
         this.getDevopsDashboard()
       }
     },