소스 검색

冗余代码删除

Koishi 3 년 전
부모
커밋
6b16dd4533
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/Home/components/map/XS_FDC.vue

+ 0 - 1
src/views/Home/components/map/XS_FDC.vue

@@ -400,7 +400,6 @@ export default {
   watch: {
     data(res) {
       this.sourceMap = res;
-      console.log(123, res);
     },
   },
 };