소스 검색

update Dashboard.vue

reghao 3 달 전
부모
커밋
75a33d78f5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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()
       }
     },