Browse Source

update Dashboard.vue

reghao 3 months ago
parent
commit
75a33d78f5
1 changed files with 1 additions and 2 deletions
  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()
       }
     },