소스 검색

选址菜单的微调

lkk 1 년 전
부모
커밋
21d5c0685f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/siteselection/index.vue

+ 0 - 1
src/views/siteselection/index.vue

@@ -61,7 +61,6 @@ export default {
   created() {},
   methods: {
     tabClick(evt) {
-      // console.log(evt, "======");
       this.activeTabs = evt.name;
     },
   },