소스 검색

chore: 移除调试代码

yusheng 2 달 전
부모
커밋
e98f8afdc2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/doc/components/main.vue

+ 1 - 1
src/views/doc/components/main.vue

@@ -238,7 +238,7 @@
         //   this.defaultExpandedKeys = [this.data[0].id];
         // }
         this.$nextTick(() => {
-          alert(row)
+          // alert(row)
           if (this.$route.params.row) {
             this.$refs.tree.setCurrentKey(this.$route.params.row.id);
             this.defaultExpandedKeys = [this.$route.params.row.id];